From 132b8f9a351767289bc6bd91f2d029c53610d73f Mon Sep 17 00:00:00 2001 From: Benjamin Romer Date: Tue, 30 Sep 2014 12:07:48 -0400 Subject: [PATCH] staging: unisys: remove stray blank line in timskmod.h Just cleaning up the extra blank line from here. Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- drivers/staging/unisys/include/timskmod.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/unisys/include/timskmod.h b/drivers/staging/unisys/include/timskmod.h index ee7e85feb344..0f59b3ccca78 100644 --- a/drivers/staging/unisys/include/timskmod.h +++ b/drivers/staging/unisys/include/timskmod.h @@ -114,7 +114,6 @@ #define INFODEVX(devno, fmt, args...) LOGINFDEVX(devno, fmt, ## args) #define DEBUGDEV(devname, fmt, args...) DBGINFDEV(devname, fmt, ## args) - /* @} */ /** Verifies the consistency of your PRIVATEDEVICEDATA structure using -- 2.34.1