Remove trailing whitespaces in the console driver.
No functional change.
Signed-off-by: Denis Mukhin <dmukhin@ford.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
/******************************************************************************
* console.c
- *
+ *
* Emergency console I/O for Xen and the domain-0 guest OS.
- *
+ *
* Copyright (c) 2002-2004, K A Fraser.
*
* Added printf_ratelimit
return ((atomic_read(&print_everything) != 0) ||
(loglvl < lower_thresh) ||
((loglvl < upper_thresh) && printk_ratelimit()));
-}
+}
static int cf_check parse_console_timestamps(const char *s)
{