diff options
author | Soumyajit Deb <debsoumyajit100@gmail.com> | 2020-03-25 12:59:02 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-03-25 13:42:03 +0100 |
commit | c40bca6a9d939cf2b4dc1f14a63f32342d9d358c (patch) | |
tree | 80e9f89495853373972ed1576d3e4c9c8b03b42d /drivers/staging | |
parent | 0644a104bbcef66d06687acc4766e24672202634 (diff) | |
download | linux-stable-c40bca6a9d939cf2b4dc1f14a63f32342d9d358c.tar.gz linux-stable-c40bca6a9d939cf2b4dc1f14a63f32342d9d358c.tar.bz2 linux-stable-c40bca6a9d939cf2b4dc1f14a63f32342d9d358c.zip |
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 <debsoumyajit100@gmail.com>
Link: https://lore.kernel.org/r/20200325072905.29066-4-debsoumyajit100@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/hp/hp100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hp/hp100.c b/drivers/staging/hp/hp100.c index 67320292d254..84fdbd0ac153 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". */ |