Security: key: keyring: fix some code style issues
authorChihau Chau <chihau@gmail.com>
Mon, 8 Mar 2010 23:11:34 +0000 (20:11 -0300)
committerJames Morris <jmorris@namei.org>
Tue, 9 Mar 2010 21:46:15 +0000 (08:46 +1100)
This fixes to include <linux/uaccess.h> instead <asm/uaccess.h> and some
code style issues like to put a else sentence below close brace '}' and
to replace a tab instead of some space characters.

Signed-off-by: Chihau Chau <chihau@gmail.com>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>

No differences found