Re: [PATCH v3] drivers/cdrom: improved ioctl for media change detection

From: Randy Dunlap
Date: Fri Sep 10 2021 - 17:41:48 EST


Hi Lukas,

Just a minor nit:

On 9/10/21 2:16 PM, Lukas Prediger wrote:
+#define MEDIA_CHANGED_FLAG 0x1 /* Last detected media change was more \
+ * recent than last_media_change set by\
+ * caller. \
+ */

Drop the "continuation" backslashes.
They are not needed.

thanks.
--
~Randy