[PATCH] Staging: lustre: linux-module: fix coding style issues

2014-07-27 Thread Jessica Yu
Fixed some coding style issues: - Removed spaces after open parenthesis and before close parenthesis - Removed parentheses in some return statements, since return is not a function - Fixed a warning regarding the file_operations struct; it is normally const - Fixed pointer style issues (foo *

[PATCH] Staging: lustre: linux-module: fix coding style issues.

2014-07-27 Thread Jessica Yu
Fixed some coding style issues. Signed-off-by: Jessica Yu --- drivers/staging/lustre/lustre/libcfs/linux/linux-module.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/lustre/lustre/libcfs/linux/linux-module.c

Re: [PATCH] Staging: lustre: linux-module: fix coding style issues.

2014-07-27 Thread Greg Kroah-Hartman
On Sun, Jul 27, 2014 at 08:53:50PM -0700, Jessica Yu wrote: > Fixed some coding style issues. What coding style issues? Be specific, and explicit. Care to try it again? greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[PATCH] Staging: lustre: linux-module: fix coding style issues.

2014-07-27 Thread Jessica Yu
Fixed some coding style issues. Signed-off-by: Jessica Yu --- drivers/staging/lustre/lustre/libcfs/linux/linux-module.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/lustre/lustre/libcfs/linux/linux-module.c

[PATCH] Staging: lustre: linux-module: fix coding style issues.

2014-07-27 Thread Jessica Yu
Fixed some coding style issues. Signed-off-by: Jessica Yu j...@cowsay.org --- drivers/staging/lustre/lustre/libcfs/linux/linux-module.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/lustre/lustre/libcfs/linux/linux-module.c

Re: [PATCH] Staging: lustre: linux-module: fix coding style issues.

2014-07-27 Thread Greg Kroah-Hartman
On Sun, Jul 27, 2014 at 08:53:50PM -0700, Jessica Yu wrote: Fixed some coding style issues. What coding style issues? Be specific, and explicit. Care to try it again? greg k-h -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

[PATCH] Staging: lustre: linux-module: fix coding style issues.

2014-07-27 Thread Jessica Yu
Fixed some coding style issues. Signed-off-by: Jessica Yu j...@cowsay.org --- drivers/staging/lustre/lustre/libcfs/linux/linux-module.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/lustre/lustre/libcfs/linux/linux-module.c

[PATCH] Staging: lustre: linux-module: fix coding style issues

2014-07-27 Thread Jessica Yu
Fixed some coding style issues: - Removed spaces after open parenthesis and before close parenthesis - Removed parentheses in some return statements, since return is not a function - Fixed a warning regarding the file_operations struct; it is normally const - Fixed pointer style issues (foo *