Re: [PATCH 1/3] staging: lustre: fix function definition style

2014-09-08 Thread Greg KH
On Sat, Sep 06, 2014 at 01:38:27PM -0400, Spencer Baugh wrote: Fix errors reported by checkpatch of this kind: ERROR: open brace '{' following function declarations go on the next line Signed-off-by: Spencer Baugh sba...@andrew.cmu.edu ---

[PATCH 1/3] staging: lustre: fix function definition style

2014-09-06 Thread Spencer Baugh
Fix errors reported by checkpatch of this kind: ERROR: open brace '{' following function declarations go on the next line Signed-off-by: Spencer Baugh sba...@andrew.cmu.edu --- drivers/staging/lustre/lustre/include/lustre_import.h | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-)