On 04/23/2014 04:53 AM, Davidlohr Bueso wrote:
- Breakup long function names/args.
- Cleaup variable declaration.
s/Cleaup/Cleanup/
- s/current->mm/mm
Signed-off-by: Davidlohr Bueso <davidl...@hp.com>
Signed-off-by: Manfred Spraul <manf...@colorfullife.com>
@@ -681,7 +679,8 @@ copy_shmid_from_user(struct shmid64_ds *out, void __user
*buf, int version)
}
}
-static inline unsigned long copy_shminfo_to_user(void __user *buf, struct shminfo64 *in, int version)
+static inline unsigned long copy_shminfo_to_user(void __user *buf,
+ struct shminfo64 *in, int
version)
Checkpatch still complains - does removing one tab help?
--
Manfred
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/