diff options
| author | Colin Ian King <colin.king@canonical.com> | 2018-05-08 23:01:51 +0100 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2018-05-10 15:23:49 -0400 |
| commit | 9af5573f3ae1b5ad7340b2f77bba81b066a426d7 (patch) | |
| tree | d0541cd29fad9d539a5d341813331cb1c8d350b7 | |
| parent | 3ff519e6c9e005e41a1fc8e861f9f23fe9a3fc13 (diff) | |
| download | linux-9af5573f3ae1b5ad7340b2f77bba81b066a426d7.tar.gz linux-9af5573f3ae1b5ad7340b2f77bba81b066a426d7.tar.bz2 linux-9af5573f3ae1b5ad7340b2f77bba81b066a426d7.zip | |
firestream: fix spelling mistake: "reseverd" -> "reserved"
Trivial fix to spelling mistake in res_strings string array
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
| -rw-r--r-- | drivers/atm/firestream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/firestream.c b/drivers/atm/firestream.c index d97c05690faa..4e46dc9e41ad 100644 --- a/drivers/atm/firestream.c +++ b/drivers/atm/firestream.c @@ -191,7 +191,7 @@ static char *res_strings[] = { "reserved 37", "reserved 38", "reserved 39", - "reseverd 40", + "reserved 40", "reserved 41", "reserved 42", "reserved 43", |
