aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorAndy Shevchenko <[email protected]>2023-03-10 18:45:41 +0200
committerJens Axboe <[email protected]>2023-06-07 14:26:09 -0600
commit3a41db531e5124adaa3a9ab9ca0c724aee85b10c (patch)
treec767fc5312149a06e3273b96f1477e62ed36b360 /include/uapi/linux
parent1341c7d2ccf42ed91aea80b8579d35bc1ea381e2 (diff)
pktcdvd: Get rid of custom printing macros
We may use traditional dev_*() macros instead of custom ones provided by the driver. Signed-off-by: Andy Shevchenko <[email protected]> Reviewed-by: Greg Kroah-Hartman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/pktcdvd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/pktcdvd.h b/include/uapi/linux/pktcdvd.h
index 6a5552dfd6af..987a3022dc5f 100644
--- a/include/uapi/linux/pktcdvd.h
+++ b/include/uapi/linux/pktcdvd.h
@@ -16,6 +16,7 @@
#include <linux/types.h>
/*
+ * UNUSED:
* 1 for normal debug messages, 2 is very verbose. 0 to turn it off.
*/
#define PACKET_DEBUG 1