From c40bca6a9d939cf2b4dc1f14a63f32342d9d358c Mon Sep 17 00:00:00 2001 From: Soumyajit Deb Date: Wed, 25 Mar 2020 12:59:02 +0530 Subject: [PATCH] staging: hp100: Correct typo in the comment Correct typo in the comment by changing "overriden" to "overridden". Reported by checkpatch.pl Signed-off-by: Soumyajit Deb Link: https://lore.kernel.org/r/20200325072905.29066-4-debsoumyajit100@gmail.com Signed-off-by: Greg Kroah-Hartman --- drivers/staging/hp/hp100.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/hp/hp100.c b/drivers/staging/hp/hp100.c index 6732029..84fdbd0 100644 --- a/drivers/staging/hp/hp100.c +++ b/drivers/staging/hp/hp100.c @@ -2430,7 +2430,7 @@ static int hp100_sense_lan(struct net_device *dev) if (val_10 & HP100_AUI_ST) { /* have we BNC or AUI onboard? */ /* - * This can be overriden by dos utility, so if this has no effect, + * This can be overridden by dos utility, so if this has no effect, * perhaps you need to download that utility from HP and set card * back to "auto detect". */ -- 2.7.4