From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751621AbdFIJdC (ORCPT ); Fri, 9 Jun 2017 05:33:02 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:46666 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751594AbdFIJdB (ORCPT ); Fri, 9 Jun 2017 05:33:01 -0400 Date: Fri, 9 Jun 2017 11:32:52 +0200 From: Greg KH To: Andreas Noever Cc: Colin King , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] thunderbolt: fix spelling mistake: "missmatch" -> "mismatch" Message-ID: <20170609093252.GA22159@kroah.com> References: <20170518074249.10585-1-colin.king@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 05, 2017 at 07:02:54PM +0200, Andreas Noever wrote: > On Thu, May 18, 2017 at 9:42 AM, Colin King wrote: > > From: Colin Ian King > > > > Trivial fix to spelling mistake in tb_sw_warn warning message > > > > Signed-off-by: Colin Ian King > > --- > > 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 > > Greg, I believe that this line survived Mika's series. Would you add it as well? Will do, thanks. greg k-h