_LMSG              30 drivers/usb/gadget/function/storage_common.h #define LDBG(lun, fmt, args...)		_LMSG(pr_debug, lun, fmt, ## args)
_LMSG              31 drivers/usb/gadget/function/storage_common.h #define LERROR(lun, fmt, args...)	_LMSG(pr_err, lun, fmt, ## args)
_LMSG              32 drivers/usb/gadget/function/storage_common.h #define LWARN(lun, fmt, args...)	_LMSG(pr_warn, lun, fmt, ## args)
_LMSG              33 drivers/usb/gadget/function/storage_common.h #define LINFO(lun, fmt, args...)	_LMSG(pr_info, lun, fmt, ## args)