Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp4643715imm; Mon, 25 Jun 2018 20:57:26 -0700 (PDT) X-Google-Smtp-Source: ADUXVKIysIU2rvUNyXA00IN7qeOy9pwQ/v075KO3qmI6B3+NhmL+2A0DrIoX3k5bQGcy6CYyfCfk X-Received: by 2002:a65:6094:: with SMTP id t20-v6mr9712120pgu.264.1529985446577; Mon, 25 Jun 2018 20:57:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529985446; cv=none; d=google.com; s=arc-20160816; b=DjWJgufbP3eHUaEJtKV+0xWJeJpXJ/YTI5DIhMoM7jCcUeH/QfQGEKGGMte5v9rssn G213+gCnkgVP6OoFSXTPTPcXcWpQssfSR7ac1DEc1d/TYmeRlN6ab0IglSEKZWIFqdKe J5Ljc6XVSVEOCLJIJCLJtO6WXIxoQwaaySO/G47GZGYqN8oOAbxQ3w/XLJIVWBUYMiui 7VFP9JTQTMxWSPdKFzw87GD5yTEccWx5HJyQN1f8lB43syMGWRGrmXrD+BnpN1hYmM5w 5v9CZoxPSJ0F3FGuGaUxRioEwitQ99H22CCQ3bza3QxgwU+vhunY8G2FGdKCtEAnhRQ+ qMUw== 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=lz7jHkQHhpFt+V6b7mH04Gf2PlpvSagChG5XQ5mkR0c=; b=GrSnCTh1Rqf+a3sOq2YxKkD0VeBMOwJ9mxTDxuZyaFRuQIQMYkUF+wPEiYA2lt58sf oKvniB3PF5iPgEgSIlr3witvSNuznFbZh/sHECxs61HFd7dalCl+2ry/ErVp3g2rn3yj 0x5in1cgh2NNAF2ycFMm1u/KZ26EQN9eqw1hYfQXHhD01WYABk4j0HacEpc7SdRYhSye ARzK1fMlDXrqnWaeoq6xI0+H4BrSjWMw/OCjT81X5xcI5AHlV9STGQXX2yZzBePLOhAK AzFuJCVU12HlAEbkUNPRxuaqMPfvgx0mr1s+EZnRorUCnYzfkNbh8RHHfNKS1qVkIuQC 2qDA== 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 d7-v6si688612pfl.122.2018.06.25.20.57.12; Mon, 25 Jun 2018 20:57:26 -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 S935065AbeFZD4c (ORCPT + 99 others); Mon, 25 Jun 2018 23:56:32 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34990 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755838AbeFZD4a (ORCPT ); Mon, 25 Jun 2018 23:56:30 -0400 Received: from localhost (li1825-44.members.linode.com [172.104.248.44]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 5C973BD4; Tue, 26 Jun 2018 03:56:28 +0000 (UTC) Date: Tue, 26 Jun 2018 11:56:24 +0800 From: Greg KH To: John Whitmore Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org Subject: Re: [PATCH v3 5/8] staging: rtl8192u: Use %s and __func__ instead of hardcoded string - Style Message-ID: <20180626035624.GA26173@kroah.com> References: <20180624153454.27356-1-johnfwhitmore@gmail.com> <20180624153454.27356-6-johnfwhitmore@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180624153454.27356-6-johnfwhitmore@gmail.com> 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 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 :(