[PATCH v2] cdrom: Fix typo, 'devicen' to 'device'

From: Steven Davis
Date: Sun Dec 29 2024 - 11:58:03 EST


Nothing big here, just a typo that really bugged me. :)

I assume whoever wrote this was trying to make a new
line, so I went ahead and put a back slash in it.

Signed-off-by: Steven Davis <goldside000@xxxxxxxxxxx>
---
V1 -> V2: Add directory I changed to subject

drivers/cdrom/cdrom.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cdrom/cdrom.c b/drivers/cdrom/cdrom.c
index 6a99a459b..2863e5db2 100644
--- a/drivers/cdrom/cdrom.c
+++ b/drivers/cdrom/cdrom.c
@@ -1106,7 +1106,7 @@ int open_for_data(struct cdrom_device_info *cdi)
}
}

- cd_dbg(CD_OPEN, "all seems well, opening the devicen");
+ cd_dbg(CD_OPEN, "all seems well, opening the device\n");

/* all seems well, we can open the device */
ret = cdo->open(cdi, 0); /* open for data */
--
2.39.5