linux-stable/security/keys
David Howells a8b17ed019 KEYS: Do some style cleanup in the key management code.
Do a bit of a style clean up in the key management code.  No functional
changes.

Done using:

  perl -p -i -e 's!^/[*]*/\n!!' security/keys/*.c
  perl -p -i -e 's!} /[*] end [a-z0-9_]*[(][)] [*]/\n!}\n!' security/keys/*.c
  sed -i -s -e ": next" -e N -e 's/^\n[}]$/}/' -e t -e P -e 's/^.*\n//' -e "b next" security/keys/*.c

To remove /*****/ lines, remove comments on the closing brace of a
function to name the function and remove blank lines before the closing
brace of a function.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-01-21 14:59:29 -08:00
..
Makefile keys: add new key-type encrypted 2010-11-29 08:55:29 +11:00
compat.c KEYS: Do some style cleanup in the key management code. 2011-01-21 14:59:29 -08:00
encrypted_defined.c KEYS: Do some style cleanup in the key management code. 2011-01-21 14:59:29 -08:00
encrypted_defined.h encrypted-keys: style and other cleanup 2010-12-15 12:14:34 +05:30
gc.c KEYS: Fix RCU handling in key_gc_keyring() 2010-05-05 11:39:23 +10:00
internal.h Add a dummy printk function for the maintenance of unused printks 2010-08-12 09:51:35 -07:00
key.c KEYS: Do some style cleanup in the key management code. 2011-01-21 14:59:29 -08:00
keyctl.c KEYS: Do some style cleanup in the key management code. 2011-01-21 14:59:29 -08:00
keyring.c KEYS: Do some style cleanup in the key management code. 2011-01-21 14:59:29 -08:00
permission.c KEYS: Do some style cleanup in the key management code. 2011-01-21 14:59:29 -08:00
proc.c KEYS: Do some style cleanup in the key management code. 2011-01-21 14:59:29 -08:00
process_keys.c KEYS: Do some style cleanup in the key management code. 2011-01-21 14:59:29 -08:00
request_key.c KEYS: Don't call up_write() if __key_link_begin() returns an error 2010-12-23 15:31:48 -08:00
request_key_auth.c KEYS: Do some style cleanup in the key management code. 2011-01-21 14:59:29 -08:00
sysctl.c sysctl: Drop & in front of every proc_handler. 2009-11-18 08:37:40 -08:00
trusted_defined.c trusted-keys: avoid scattring va_end() 2011-01-19 09:53:59 +11:00
trusted_defined.h keys: add new trusted key-type 2010-11-29 08:55:25 +11:00
user_defined.c KEYS: Do some style cleanup in the key management code. 2011-01-21 14:59:29 -08:00