All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cdrom: gdrom: Fix spelling of 'additional'
@ 2018-08-18 18:30 Faisal Mehmood
  0 siblings, 0 replies; only message in thread
From: Faisal Mehmood @ 2018-08-18 18:30 UTC (permalink / raw)
  To: linux-kernel

'additional' was misspelled as 'addional'. Fixed it. It is a coding
style change which should have no impact on runtime execution of code.

Signed-off-by: Faisal Mehmood <f.m3hm00d@gmail.com>
---
 drivers/cdrom/gdrom.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cdrom/gdrom.c b/drivers/cdrom/gdrom.c
index ae3a7537cf0f..38139e0854fb 100644
--- a/drivers/cdrom/gdrom.c
+++ b/drivers/cdrom/gdrom.c
@@ -463,7 +463,7 @@ static int gdrom_getsense(short *bufstring)
 		pr_info("%s\n", sense_texts[sense_key].text);
 	else
 		pr_err("Unknown sense key: %d\n", sense_key);
-	if (bufstring) /* return addional sense data */
+	if (bufstring) /* return additional sense data */
 		memcpy(bufstring, &sense[4], 2);
 	if (sense_key < 2)
 		err = 0;
-- 
2.18.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-18 18:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-18 18:30 [PATCH] cdrom: gdrom: Fix spelling of 'additional' Faisal Mehmood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.