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>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 21 Sep 2021 23:41:47 +0200
From:   Philipp Hortmann <philipp.g.hortmann@...il.com>
To:     gregkh@...uxfoundation.org, linux-usb@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: [PATCH] usb: usb-skeleton: remove obsolete comment

This patch fixes the checkpatch.pl warning:
WARNING: It's generally not useful to have the filename in the file
7: FILE: drivers/usb/usb-skeleton.c:7:
+ * This driver is based on the 2.6.3 version of drivers/usb/usb-skeleton.c

Deleting both lines as the -2.6.3- makes the reader belief this is an
unusable old file and the -rewritten to be easier ...- is only of value for
the reader that knows what the driver was before.

Signed-off-by: Philipp Hortmann <philipp.g.hortmann@...il.com>
---
 drivers/usb/usb-skeleton.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/usb/usb-skeleton.c b/drivers/usb/usb-skeleton.c
index d87deee3e26e..91da019a1171 100644
--- a/drivers/usb/usb-skeleton.c
+++ b/drivers/usb/usb-skeleton.c
@@ -4,8 +4,6 @@
  *
  * Copyright (C) 2001-2004 Greg Kroah-Hartman (greg@...ah.com)
  *
- * This driver is based on the 2.6.3 version of drivers/usb/usb-skeleton.c
- * but has been rewritten to be easier to read and use.
  */
 
 #include <linux/kernel.h>
-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ