diff mbox series

[1/1] cdrom: Fix typo, 'devicen' to 'device'

Message ID 20241230193431.441120-2-phil@philpotter.co.uk (mailing list archive)
State New
Headers show
Series cdrom: typo-fixing patch for inclusion | expand

Commit Message

Phillip Potter Dec. 30, 2024, 7:34 p.m. UTC
From: Steven Davis <goldside000@outlook.com>

Fix typo in cd_dbg line to add trailing newline character.

Signed-off-by: Steven Davis <goldside000@outlook.com>
Link: https://lore.kernel.org/lkml/20241229165744.21725-1-goldside000@outlook.com
Reviewed-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/lkml/Z3GV2W_MUOw5BrtR@equinox
Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
---
 drivers/cdrom/cdrom.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jens Axboe Dec. 30, 2024, 7:56 p.m. UTC | #1
On Mon, 30 Dec 2024 19:34:31 +0000, Phillip Potter wrote:
> Fix typo in cd_dbg line to add trailing newline character.
> 
> 

Applied, thanks!

[1/1] cdrom: Fix typo, 'devicen' to 'device'
      commit: de30d74f58cbecb3894c7738985bd0086d04bec1

Best regards,
diff mbox series

Patch

diff --git a/drivers/cdrom/cdrom.c b/drivers/cdrom/cdrom.c
index 6a99a459b80b..51745ed1bbab 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 */