[PATCH] Fix typo, 'devicen' to 'device'

Steven Davis posted 1 patch 1 year, 4 months ago
drivers/cdrom/cdrom.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Fix typo, 'devicen' to 'device'
Posted by Steven Davis 1 year, 4 months ago
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@outlook.com>
---
 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