lkml.org 
[lkml]   [2023]   [Sep]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2/3] drivers: usb: Fix issue where *'s in multiline comments were not aligned
Date
Fix formatting issue where *'s in multiline comments were not aligned
and should be.

Signed-off-by: Jonathan Bergh <bergh.jonathan@gmail.com>
---
drivers/usb/atm/usbatm.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/usb/atm/usbatm.h b/drivers/usb/atm/usbatm.h
index d96658e2e209..500c91b418e4 100644
--- a/drivers/usb/atm/usbatm.h
+++ b/drivers/usb/atm/usbatm.h
@@ -65,10 +65,10 @@
struct usbatm_data;

/*
-* Assuming all methods exist and succeed, they are called in this order:
-*
-* bind, heavy_init, atm_start, ..., atm_stop, unbind
-*/
+ * Assuming all methods exist and succeed, they are called in this order:
+ *
+ * bind, heavy_init, atm_start, ..., atm_stop, unbind
+ */

struct usbatm_driver {
const char *driver_name;
--
2.34.1
\
 
 \ /
  Last update: 2023-09-30 22:39    [W:0.032 / U:0.180 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site