staging: vme_user: Fix misaligned closing comment */
authorJonathan Bergh <bergh.jonathan@gmail.com>
Sun, 3 Mar 2024 10:05:46 +0000 (11:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Mar 2024 14:13:30 +0000 (14:13 +0000)
This patch makes the following change:
 * Ensures the trailing */ for comments is on the same line as the opening
   /*

Signed-off-by: Jonathan Bergh <bergh.jonathan@gmail.com>
Link: https://lore.kernel.org/r/20240303100547.153636-1-bergh.jonathan@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vme_user/vme_tsi148.h

index 4dd224d0b86e912cb3cbcb0f6dbfe89dfa8d207b..db246cbc54c39b8e55e578f0b44bbc0863d30ed5 100644 (file)
@@ -691,8 +691,7 @@ static const int TSI148_GCSR_MBOX[4] = { TSI148_GCSR_MBOX0,
 
 #define TSI148_LCSR_VMCTRL_RMWEN       BIT(20) /* RMW Enable */
 
-#define TSI148_LCSR_VMCTRL_ATO_M       (7 << 16)       /* Master Access Time-out Mask
-                                                */
+#define TSI148_LCSR_VMCTRL_ATO_M       (7 << 16)       /* Master Access Time-out Mask */
 #define TSI148_LCSR_VMCTRL_ATO_32      (0 << 16)       /* 32 us */
 #define TSI148_LCSR_VMCTRL_ATO_128     BIT(16) /* 128 us */
 #define TSI148_LCSR_VMCTRL_ATO_512     (2 << 16)       /* 512 us */
@@ -753,8 +752,7 @@ static const int TSI148_GCSR_MBOX[4] = { TSI148_GCSR_MBOX0,
 #define TSI148_LCSR_VCTRL_DLT_16384    (0xB << 24)     /* 16384 VCLKS */
 #define TSI148_LCSR_VCTRL_DLT_32768    (0xC << 24)     /* 32768 VCLKS */
 
-#define TSI148_LCSR_VCTRL_NERBB        BIT(20) /* No Early Release of Bus Busy
-                                                */
+#define TSI148_LCSR_VCTRL_NERBB        BIT(20) /* No Early Release of Bus Busy */
 
 #define TSI148_LCSR_VCTRL_SRESET       BIT(17) /* System Reset */
 #define TSI148_LCSR_VCTRL_LRESET       BIT(16) /* Local Reset */