]> git.baikalelectronics.ru Git - kernel.git/commit
[LMB] Fix some whitespace and other formatting issues, use pr_debug
authorPaul Mackerras <paulus@samba.org>
Sat, 12 Apr 2008 05:20:59 +0000 (15:20 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 15 Apr 2008 11:22:17 +0000 (21:22 +1000)
commitf3b404ab57950fef3ee5886d0ab83bbfa7f836d5
tree9bbaa63e3abc732d584f39db1ff71a9fd2c01a36
parent27b7da1846d5f5b31c47429f2007c1f2f1708ac1
[LMB] Fix some whitespace and other formatting issues, use pr_debug

This makes no semantic changes.  It fixes the whitespace and formatting
a bit, gets rid of a local DBG macro and uses the equivalent pr_debug
instead, and restructures one while loop that had a function call and
assignment in the condition to be a bit more readable.  Some comments
about functions being called with relocation disabled were also removed
as they would just be confusing to most readers now that the code is
in lib/.

Signed-off-by: Paul Mackerras <paulus@samba.org>
lib/lmb.c