Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp7632171imm; Thu, 28 Jun 2018 07:00:55 -0700 (PDT) X-Google-Smtp-Source: ADUXVKIoAG6vm2lkvUJa/0TIYHzS7ShAT9dSRKozzAxzhzSrR+VR5CKay42k8yfXdkotVD/YF49k X-Received: by 2002:a17:902:5588:: with SMTP id g8-v6mr10391368pli.99.1530194455872; Thu, 28 Jun 2018 07:00:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530194455; cv=none; d=google.com; s=arc-20160816; b=K7H1NF5mfs1gOp5z/wCMymXtGxZ5/zjaEQb22bCx3cby42FhCiG/DqEwBFDV/Iqubb Y3EqrO6P7p8fSApZ7oVTt3HHk2vwFN9WhUIF/DbMz3es+015yrrZ3oev4roC9/xWQu8U daMO4bOHY9di0suHoJGkH4iAjvWCXJsqqBiPVx9vPHwRQt/obdTWeG67B8BaaPtcgUUU sHxMtiQlDoM6gBpo+GnFfLWd6fHYSeI8pj/7BXO//Kml5iOAwsRgOTHC5g2Dc4TcYYBf b4PA1K78GM9UBYG7uEyKf6eWQlbPrJdmK+Ui2gHqX9Agka5q48PkT7HIqA3kaSqiStjP eNcg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=IZjyTIC29rUvedt+d2WFNzqQxxvC2Fo7RqxLY1yD8IE=; b=fBMd6zoZjww5mbjrKkbUwfspvc+Dr1LKWok0lYGVZfvBLAErjjFDW9zZvwh95FQWdk xyswKm7ESqJAds7LL8GUkL3G4nWasbOGKrlzL0QtcHYM+PvY10Q+r07C6Fquq1tQmjGX QkkOEvb0cTirPyVuo+M8SIyJWIhDDfvrtXa+z3Dax73Oe+yQ8mxYueQ01+Nb05LJLmCC KZ1EMYSHRUuilnoOR3f1xDvLwxPYgcwceZlkWWbGlow4XR1OBHz4CEGqcP04D7KAWwsK BCG22oVJeeAHFnQyk23IJ3SpYIo6tBEToPLxtBCZYoucSVpHoyBLlzDKIFhd4VI3F5Fe t/3A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t10-v6si6492348plh.306.2018.06.28.07.00.40; Thu, 28 Jun 2018 07:00:55 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966346AbeF1N7e (ORCPT + 99 others); Thu, 28 Jun 2018 09:59:34 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:49074 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966094AbeF1N7d (ORCPT ); Thu, 28 Jun 2018 09:59:33 -0400 Received: from localhost (unknown [104.153.224.166]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 9931B707; Thu, 28 Jun 2018 13:59:30 +0000 (UTC) Date: Thu, 28 Jun 2018 21:48:47 +0900 From: Greg KH To: John Whitmore Cc: Dan Carpenter , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, John Whitmore Subject: Re: [PATCH v3 5/8] staging: rtl8192u: Use %s and __func__ instead of hardcoded string - Style Message-ID: <20180628124847.GA30710@kroah.com> References: <20180624153454.27356-1-johnfwhitmore@gmail.com> <20180624153454.27356-6-johnfwhitmore@gmail.com> <20180626035624.GA26173@kroah.com> <20180627202248.mvohkxjhwsv5hcn6@xux707-tw> <20180628073828.hur7njmsstg2jwvx@mwanda> <20180628123239.xqv3lb3bqos467z6@xux707-tw> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180628123239.xqv3lb3bqos467z6@xux707-tw> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 28, 2018 at 01:32:41PM +0100, John Whitmore wrote: > On Thu, Jun 28, 2018 at 10:38:28AM +0300, Dan Carpenter wrote: > > On Wed, Jun 27, 2018 at 09:22:50PM +0100, John Whitmore wrote: > > > On Tue, Jun 26, 2018 at 11:56:24AM +0800, Greg KH wrote: > > > > On Sun, Jun 24, 2018 at 04:34:51PM +0100, John Whitmore wrote: > > > > > Changed a number of hard coded function names to use %s and __func__ > > > > > > > > > > Mailing list response suggest that there is a better method for debugging > > > > > using netdev_dbg(). I can't argue with that, but for the moment this change > > > > > will clear the checkpatch.pl Warning. > > > > > > > > > > Signed-off-by: John Whitmore > > > > > --- > > > > > drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c | 12 ++++++------ > > > > > 1 file changed, 6 insertions(+), 6 deletions(-) > > > > > > > > Did not apply :( > > > > > > No worries, can I just ask is that because it should be changed to use > > > netdev_dbg as was suggested? And should that be across the whole file? > > > > "Does not apply" means you save the raw email to email.txt then download > > the latest code from > > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git staging-next > > then `cat email.txt | git am` and it fails. > > > > Probably someone else's patch was merged ahead of yours. Fix it up and > > then resend. > > > > regards, > > dan carpenter > > Thank you for that. I read the sentence and filled in my own pronoun as there > wasn't one :( So I read it as "I did not apply" rather then "it did not > apply". That's great that 'it' did not apply, thought I'd done something > wrong. I'll have another crack at it later if I get a chance. Ick, sorry for being terse, my fault. greg k-h