Skip to content

Commit de30d74

Browse files
Goldside543axboe
authored andcommitted
cdrom: Fix typo, 'devicen' to 'device'
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> Link: https://lore.kernel.org/r/20241230193431.441120-2-phil@philpotter.co.uk Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 75cd400 commit de30d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/cdrom/cdrom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ int open_for_data(struct cdrom_device_info *cdi)
11061106
}
11071107
}
11081108

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

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

0 commit comments

Comments
 (0)