[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)
commit300613e523d53f346f8ff0256921e289da39ed7b
tree9bbaa63e3abc732d584f39db1ff71a9fd2c01a36
parentc50f68c8aea421267ba7995b1c485c281b28add6
[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