Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp694318pxb; Thu, 15 Apr 2021 04:32:14 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz+INxDB7aKU6lLah+k94X2rNZwZYqsLQoKaXKovdidM3xFdkPPjmK+KtVd07MZr217DyDY X-Received: by 2002:a17:906:2755:: with SMTP id a21mr2989917ejd.278.1618486334652; Thu, 15 Apr 2021 04:32:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618486334; cv=none; d=google.com; s=arc-20160816; b=lr6yLI3tr0uEVvJSAYiqX5jGRxE+F60oz4yUYNw4WoAIWLvqbwyWEH22L4EMEudCBJ y7k/OrUiCHDwnAowXvYEDTK55gely/aOMiIGkOmGlAgNMsXKTzbsYUH64aEB+bQB746E t8z/Icu/8z/mL6okovV/kfx4eT+VfelTH2h+8yR5HeASyQB8j3J2VVN5l+pm+JBX9R60 KLP9GTU1xFDizCDK7wC6Dwfk+V8m7ECKLH+rE97YV3P8fjjaAtPv9F3raMM1o21qDWti Jow/v/EDACnh2KlWsz924UOoqVeZ/sFsNCU/JHVlIzXoLLYYrNFJ2RKjvNRQqiZT8Z6P ssnw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=ld/aFa4yK1nfYk5v/6bkzxCnaF+vHLN8Mvq0P5pyaHw=; b=hRnBUH+iX062LI82Fdv+hRxxznZq4BlbFnoRZnzHYGgHfY2YSfTuUi1Pydjgchrq8Z Il+OSpA/ya/GyUk4I6Y5mZPCUItv4bunPLUTIA+3Z6e5qnIyjmRMbs+/IlwB4bFs5DDb M1w5b9XVng1/KzGX23DUbCLAsUr3FRHiXB8KzpsypIoavA5S8xGWrRyI6oSpZTa5Zgyf OFM+127FvtIHQwU9nezXHBHmx1Q4MC/tBJWkECcCPbCMZMXL1mLTcd4YrdZvMr7Da7T7 KvbgDgVg0/obLuIKihFGadph4Vb5uF9EoP0gPbzttnwGTJCvnr51+rRjJJYQGJFMY8Sg Lh4w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e1si1796293ejq.139.2021.04.15.04.31.50; Thu, 15 Apr 2021 04:32:14 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232268AbhDOLbS (ORCPT + 99 others); Thu, 15 Apr 2021 07:31:18 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:44831 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230056AbhDOLbS (ORCPT ); Thu, 15 Apr 2021 07:31:18 -0400 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lX0Cw-00061I-L2; Thu, 15 Apr 2021 11:30:50 +0000 From: Colin King To: Wolfgang Grandegger , Marc Kleine-Budde , "David S . Miller" , Jakub Kicinski , Vincent Mailhol , Arunachalam Santhanam , linux-can@vger.kernel.org, netdev@vger.kernel.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH][next] can: etas_es58x: Fix a couple of spelling mistakes Date: Thu, 15 Apr 2021 12:30:50 +0100 Message-Id: <20210415113050.1942333-1-colin.king@canonical.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Colin Ian King There are spelling mistakes in netdev_dbg and netdev_dbg messages, fix these. Signed-off-by: Colin Ian King --- drivers/net/can/usb/etas_es58x/es58x_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/can/usb/etas_es58x/es58x_core.c b/drivers/net/can/usb/etas_es58x/es58x_core.c index 57e5f94468e9..8e9102482c52 100644 --- a/drivers/net/can/usb/etas_es58x/es58x_core.c +++ b/drivers/net/can/usb/etas_es58x/es58x_core.c @@ -688,7 +688,7 @@ int es58x_rx_err_msg(struct net_device *netdev, enum es58x_err error, case ES58X_ERR_PROT_STUFF: if (net_ratelimit()) - netdev_dbg(netdev, "Error BITSUFF\n"); + netdev_dbg(netdev, "Error BITSTUFF\n"); if (cf) cf->data[2] |= CAN_ERR_PROT_STUFF; break; @@ -1015,7 +1015,7 @@ int es58x_rx_cmd_ret_u32(struct net_device *netdev, int ret; netdev_warn(netdev, - "%s: channel is already opened, closing and re-openning it to reflect new configuration\n", + "%s: channel is already opened, closing and re-opening it to reflect new configuration\n", ret_desc); ret = ops->disable_channel(es58x_priv(netdev)); if (ret) -- 2.30.2