[PATCH] staging: android: ion: Use DEFINE_DEBUGFS_ATTRIBUTE

2017-06-25 Thread Tommy Nguyen
Running coccicheck indicates that DEFINE_DEBUGFS_ATTRIBUTE and debugfs_create_file_unsafe should be used instead. Signed-off-by: Tommy Nguyen <remya...@gmail.com> --- drivers/staging/android/ion/ion.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/s

[PATCH] staging: android: ion: Use DEFINE_DEBUGFS_ATTRIBUTE

2017-06-25 Thread Tommy Nguyen
Running coccicheck indicates that DEFINE_DEBUGFS_ATTRIBUTE and debugfs_create_file_unsafe should be used instead. Signed-off-by: Tommy Nguyen --- drivers/staging/android/ion/ion.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/android/ion/ion.c b

[PATCH] android: Update maintainer's e-mail in TODO

2017-06-25 Thread Tommy Nguyen
See https://lkml.org/lkml/2012/1/31/505 Changes dead e-mail to maintainer's current e-mail. Signed-off-by: Tommy Nguyen <remya...@gmail.com> --- drivers/staging/android/TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/TODO b/drivers/s

[PATCH] android: Update maintainer's e-mail in TODO

2017-06-25 Thread Tommy Nguyen
See https://lkml.org/lkml/2012/1/31/505 Changes dead e-mail to maintainer's current e-mail. Signed-off-by: Tommy Nguyen --- drivers/staging/android/TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/TODO b/drivers/staging/android/TODO index 5f14247

[tip:x86/cleanups] x86/boot: Add missing strchr() declaration

2017-06-24 Thread tip-bot for Tommy Nguyen
Commit-ID: 6ec829a9d1c8562ac15c50402e5de550bb28161e Gitweb: http://git.kernel.org/tip/6ec829a9d1c8562ac15c50402e5de550bb28161e Author: Tommy Nguyen <remya...@gmail.com> AuthorDate: Fri, 23 Jun 2017 10:36:01 -0400 Committer: Ingo Molnar <mi...@kernel.org> CommitDate: Sat, 24

[tip:x86/cleanups] x86/boot: Add missing strchr() declaration

2017-06-24 Thread tip-bot for Tommy Nguyen
Commit-ID: 6ec829a9d1c8562ac15c50402e5de550bb28161e Gitweb: http://git.kernel.org/tip/6ec829a9d1c8562ac15c50402e5de550bb28161e Author: Tommy Nguyen AuthorDate: Fri, 23 Jun 2017 10:36:01 -0400 Committer: Ingo Molnar CommitDate: Sat, 24 Jun 2017 08:53:33 +0200 x86/boot: Add missing

[PATCH] x86/boot/string: Add missing strchr declaration

2017-06-23 Thread Tommy Nguyen
The Sparse static analyzer emits this warning: symbol 'strchr' was not declared. Should it be static? This patch adds the appropriate extern declaration to string.h to fix the warning. Signed-off-by: Tommy Nguyen <remya...@gmail.com> --- arch/x86/boot/string.h | 1 + 1 file chan

[PATCH] x86/boot/string: Add missing strchr declaration

2017-06-23 Thread Tommy Nguyen
The Sparse static analyzer emits this warning: symbol 'strchr' was not declared. Should it be static? This patch adds the appropriate extern declaration to string.h to fix the warning. Signed-off-by: Tommy Nguyen --- arch/x86/boot/string.h | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH] fs: befs: btree: Add Kernel-Doc formatting for befs_bt_read_super()

2017-06-23 Thread Tommy Nguyen
fs/befs/TODO mentions some comments needing conversion to Kernel-Doc formatting. This patch changes the comment describing befs_bt_read_super(). Signed-off-by: Tommy Nguyen <remya...@gmail.com> --- fs/befs/btree.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff

[PATCH] fs: befs: btree: Add Kernel-Doc formatting for befs_bt_read_super()

2017-06-23 Thread Tommy Nguyen
fs/befs/TODO mentions some comments needing conversion to Kernel-Doc formatting. This patch changes the comment describing befs_bt_read_super(). Signed-off-by: Tommy Nguyen --- fs/befs/btree.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/fs/befs/btree.c b