kernel/drivers/usb/storage/debug.h
.. .. @@ -1,4 +1,4 @@ 1 -// SPDX-License-Identifier: GPL-2.0+1 +/* SPDX-License-Identifier: GPL-2.0+ */2 2 /* 3 3 * Driver for USB Mass Storage compliant devices 4 4 * Debugging Functions Header File .. .. @@ -28,8 +28,6 @@ 28 28 #define _DEBUG_H_ 29 29 30 30 #include <linux/kernel.h> 31 -32 -#define USB_STORAGE "usb-storage: "33 31 34 32 #ifdef CONFIG_USB_STORAGE_DEBUG 35 33 void usb_stor_show_command(const struct us_data *us, struct scsi_cmnd *srb);