sun-fix-whitespace

Whitespace fixes.

Signed-off-by: Ricardo M. Correia <Ricardo.M.Correia@Sun.COM>
This commit is contained in:
Ricardo M. Correia
2010-01-07 16:58:30 +00:00
committed by Brian Behlendorf
parent b520b14305
commit f7e8739c94
3 changed files with 11 additions and 11 deletions
+4 -4
View File
@@ -53,10 +53,10 @@ vcmn_err(int ce, const char *fmt, va_list ap)
{
char msg[MAXMSGLEN];
if (ce == CE_PANIC)
vpanic(fmt, ap);
if (ce == CE_PANIC)
vpanic(fmt, ap);
if (ce != CE_NOTE) {
if (ce != CE_NOTE) {
vsnprintf(msg, MAXMSGLEN - 1, fmt, ap);
if (fmt[0] == '!')
@@ -64,7 +64,7 @@ vcmn_err(int ce, const char *fmt, va_list ap)
ce_prefix[ce], msg, ce_suffix[ce]);
else
CERROR("%s%s%s", ce_prefix[ce], msg, ce_suffix[ce]);
}
}
} /* vcmn_err() */
EXPORT_SYMBOL(vcmn_err);