Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1657936 > unrolled thread
| Started by | Andreas Noever <andreas.noever@gmail.com> |
|---|---|
| First post | 2017-06-05 19:10 +0200 |
| Last post | 2017-06-05 19:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] thunderbolt: fix spelling mistake: "missmatch" -> "mismatch" Andreas Noever <andreas.noever@gmail.com> - 2017-06-05 19:10 +0200
| From | Andreas Noever <andreas.noever@gmail.com> |
|---|---|
| Date | 2017-06-05 19:10 +0200 |
| Subject | Re: [PATCH] thunderbolt: fix spelling mistake: "missmatch" -> "mismatch" |
| Message-ID | <tP3FU-5Hz-15@gated-at.bofh.it> |
On Thu, May 18, 2017 at 9:42 AM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in tb_sw_warn 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 6392990c984d..1c3eb937a728 100644
> --- a/drivers/thunderbolt/eeprom.c
> +++ b/drivers/thunderbolt/eeprom.c
> @@ -283,7 +283,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.11.0
>
Signed-off-by: Andreas Noever <andreas.noever@gmail.com>
Greg, I believe that this line survived Mika's series. Would you add it as well?
Thanks,
Andreas
Back to top | Article view | linux.kernel
csiph-web