hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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);