lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Sat, 30 Sep 2023 22:38:19 +0200
From:   Jonathan Bergh <bergh.jonathan@...il.com>
To:     gregkh@...uxfoundation.org
Cc:     linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
        Jonathan Bergh <bergh.jonathan@...il.com>
Subject: [PATCH 2/3] drivers: usb: Fix issue where *'s in multiline comments were not aligned

Fix formatting issue where *'s in multiline comments were not aligned
and should be.

Signed-off-by: Jonathan Bergh <bergh.jonathan@...il.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ