Re: [PATCH 5/4] ipc,shm: minor cleanups

From: Manfred Spraul
Date: Wed Apr 23 2014 - 14:18:47 EST


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 <davidlohr@xxxxxx>
Signed-off-by: Manfred Spraul <manfred@xxxxxxxxxxxxxxxx>

@@ -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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/