From patchwork Thu Dec 3 22:51:10 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 552482 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 4157814029E for ; Fri, 4 Dec 2015 09:51:34 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=cogentembedded-com.20150623.gappssmtp.com header.i=@cogentembedded-com.20150623.gappssmtp.com header.b=c72htN0E; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751781AbbLCWvZ (ORCPT ); Thu, 3 Dec 2015 17:51:25 -0500 Received: from mail-lf0-f51.google.com ([209.85.215.51]:34346 "EHLO mail-lf0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751260AbbLCWvY (ORCPT ); Thu, 3 Dec 2015 17:51:24 -0500 Received: by lffu14 with SMTP id u14so100745814lff.1 for ; Thu, 03 Dec 2015 14:51:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cogentembedded-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :mime-version:content-transfer-encoding:content-type; bh=s3tpODenxGVpTw4riZz5cPBWZPm8RgfblY4/JR66etY=; b=c72htN0EJUabIS0lSlliYK7OmfxFiLWiPBNvLTLTaaGZrc9/NOnrqCW2rF7i0/JyqI zq0Pd8TuDi9hcB37ZJftDebSwFgGP3i4l2SP2X8uT/E6hqVXwXbDibsdPPwZaIsZifcb YdTEpxp8V9qwdGdhEouo4UJ2aIq995Z20wuxolQLTlMrDwPg3xNxfQL0kcRo859Snam5 jQiAX86s85/SlN0v2JvfV55RZFPJw594HSqgHwnY4hHNhnYMijSTD6n8H124/j19AJNz VCH1QDvn3GFQzXbAzz4M6UbJbQjNWUP9qh7oZxf1r1LDrlXoZtwvPMEaoWrIymLXcIfa wgZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:mime-version:content-transfer-encoding:content-type; bh=s3tpODenxGVpTw4riZz5cPBWZPm8RgfblY4/JR66etY=; b=enRDjonwz460oDi9DQLoUecOlnvicTfIi6dvrNSDbgvt+f21zc7otPwDRSUOJioQ5L kdTJ7VJfl16H5+/qluy1YOGWD1Xfh1TQyZ8vGxgAjbQbOmohjTeKHesvmHNtvouE3g5u 7svOrl2l38jicxo7lCjsylRD3y7gLXGiZx3BKHFtNcqVD/Lg3u/YaOi2/RkfsW8NzUze eWd9wB8aKgU3YNAURSAeHxC+MuftkKHLDnHPGAYIQ5qjQySitfBvN87w5zKBjgjUMofC 8mPWDMUZC1B+6IxbU3eUpD63Ge7jE2WhARkfzeKelKb87qY7OeC68mxKaYBv7DYb2C74 tFBw== X-Gm-Message-State: ALoCoQmA+y5TGutUi7qs9PrSCxnwVt2mt73WYHoCtKYwjBMLMWB9IgLhmTH4uCrLIdFTYD4I3usl X-Received: by 10.25.41.18 with SMTP id p18mr7278910lfp.75.1449183082451; Thu, 03 Dec 2015 14:51:22 -0800 (PST) Received: from wasted.cogentembedded.com ([83.149.8.114]) by smtp.gmail.com with ESMTPSA id 88sm1810724lfq.3.2015.12.03.14.51.20 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 Dec 2015 14:51:21 -0800 (PST) From: Sergei Shtylyov To: netdev@vger.kernel.org Cc: linux-sh@vger.kernel.org Subject: [PATCH] ravb: fix RX queue #1 frame error counter name Date: Fri, 04 Dec 2015 01:51:10 +0300 Message-ID: <2605754.h5jel2JHUq@wasted.cogentembedded.com> Organization: Cogent Embedded Inc. User-Agent: KMail/4.14.10 (Linux/4.2.6-201.fc22.x86_64; KDE/4.14.14; x86_64; ; ) MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org The Rx queue #1 frame error counter name contains trailing underscore, probably due to a typo... Signed-off-by: Sergei Shtylyov --- The patch is against Dave Miller's 'net.git' repo but I won't mind if it gets merged to 'net-next.git' instead... drivers/net/ethernet/renesas/ravb_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: net/drivers/net/ethernet/renesas/ravb_main.c =================================================================== --- net.orig/drivers/net/ethernet/renesas/ravb_main.c +++ net/drivers/net/ethernet/renesas/ravb_main.c @@ -1037,7 +1037,7 @@ static const char ravb_gstrings_stats[][ "rx_queue_1_mcast_packets", "rx_queue_1_errors", "rx_queue_1_crc_errors", - "rx_queue_1_frame_errors_", + "rx_queue_1_frame_errors", "rx_queue_1_length_errors", "rx_queue_1_missed_errors", "rx_queue_1_over_errors",