Re: [PATCH] staging: kernel: fixed style errors in pid.c

2014-12-04 Thread Joe Perches
On Fri, 2014-12-05 at 15:27 +0900, Joshua I. James wrote: > Fixed style errors identified by checkpatch. Your subject is not correct. This is not staging. Please submit patches only for drivers/staging until until you are _very_ familiar with kernel style. And most whitespace only changes to ke

[PATCH] staging: kernel: fixed style errors in pid.c

2014-12-04 Thread Joshua I. James
From: "Joshua I. James" Fixed style errors identified by checkpatch. ERROR: space prohibited after that open square bracket '[' WARNING: Missing a blank line after declarations ERROR: space required before the open parenthesis '(' WARNING: line over 80 characters WARNING: quoted string split acr