diff options
author | Jiri Slaby <jslaby@suse.cz> | 2011-07-26 16:08:46 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-26 16:49:44 -0700 |
commit | 04715206c0c2fd4ec5ca77fa51e3a5b41ce71492 (patch) | |
tree | fbead768d176d82e5e1ff6021c030b8cd6d26c9f /scripts/Makefile.lib | |
parent | a64a26e822ddb739de464540dfd2cbb6abce47d5 (diff) | |
download | op-kernel-dev-04715206c0c2fd4ec5ca77fa51e3a5b41ce71492.zip op-kernel-dev-04715206c0c2fd4ec5ca77fa51e3a5b41ce71492.tar.gz |
ipc/mqueue.c: refactor failure handling
If new_inode fails to allocate an inode we need only to return with
NULL. But now we test the opposite and have all the work in a nested
block. So do the opposite to save one indentation level (and remove
unnecessary line breaks).
This is only a preparation/cleanup for the next patch where we fix up
return values from mqueue_get_inode.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Manfred Spraul <manfred@colorfullife.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/Makefile.lib')
0 files changed, 0 insertions, 0 deletions