Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1441758
| From | Andreas Noever <andreas.noever@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] thunderbolt: fix spelling mistake: "missmatch" -> "mismatch" |
| Date | 2016-07-12 23:50 +0200 |
| Message-ID | <rUdJ0-293-33@gated-at.bofh.it> (permalink) |
| References | <rP0jo-6Z4-35@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Jun 28, 2016 at 2:19 PM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> trivial fix to spelling mistake in warning message
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> drivers/thunderbolt/eeprom.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/thunderbolt/eeprom.c b/drivers/thunderbolt/eeprom.c
> index 2b9602c..029b6a5 100644
> --- a/drivers/thunderbolt/eeprom.c
> +++ b/drivers/thunderbolt/eeprom.c
> @@ -282,7 +282,7 @@ int tb_drom_read_uid_only(struct tb_switch *sw, u64 *uid)
>
> crc = tb_crc8(data + 1, 8);
> if (crc != data[0]) {
> - tb_sw_warn(sw, "uid crc8 missmatch (expected: %#x, got: %#x)\n",
> + tb_sw_warn(sw, "uid crc8 mismatch (expected: %#x, got: %#x)\n",
> data[0], crc);
> return -EIO;
> }
> --
> 2.8.1
>
Thanks!
[+ Greg: for your queue]
Signed-off-by: Andreas Noever <andreas.noever@gmail.com>
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] thunderbolt: fix spelling mistake: "missmatch" -> "mismatch" Andreas Noever <andreas.noever@gmail.com> - 2016-07-12 23:50 +0200
csiph-web