]> xenbits.xensource.com Git - people/aperard/xen-unstable.git/commitdiff
xen/console: fix trailing whitespaces
authorDenis Mukhin <dmukhin@ford.com>
Thu, 20 Mar 2025 07:51:14 +0000 (08:51 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 20 Mar 2025 07:51:14 +0000 (08:51 +0100)
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>
xen/drivers/char/console.c

index ba428199d22f3353bd8a9f75fe39a04cc41f8ed7..c3150fbdb73a47612495fef0e35811877a51f8e8 100644 (file)
@@ -1,8 +1,8 @@
 /******************************************************************************
  * console.c
- * 
+ *
  * Emergency console I/O for Xen and the domain-0 guest OS.
- * 
+ *
  * Copyright (c) 2002-2004, K A Fraser.
  *
  * Added printf_ratelimit
@@ -811,7 +811,7 @@ static int printk_prefix_check(char *p, char **pp)
     return ((atomic_read(&print_everything) != 0) ||
             (loglvl < lower_thresh) ||
             ((loglvl < upper_thresh) && printk_ratelimit()));
-} 
+}
 
 static int cf_check parse_console_timestamps(const char *s)
 {