hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/usb/storage/debug.h
....@@ -1,4 +1,4 @@
1
-// SPDX-License-Identifier: GPL-2.0+
1
+/* SPDX-License-Identifier: GPL-2.0+ */
22 /*
33 * Driver for USB Mass Storage compliant devices
44 * Debugging Functions Header File
....@@ -28,8 +28,6 @@
2828 #define _DEBUG_H_
2929
3030 #include <linux/kernel.h>
31
-
32
-#define USB_STORAGE "usb-storage: "
3331
3432 #ifdef CONFIG_USB_STORAGE_DEBUG
3533 void usb_stor_show_command(const struct us_data *us, struct scsi_cmnd *srb);