From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753358AbdHTSMW (ORCPT ); Sun, 20 Aug 2017 14:12:22 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52094 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753245AbdHTSMV (ORCPT ); Sun, 20 Aug 2017 14:12:21 -0400 Date: Sun, 20 Aug 2017 11:12:24 -0700 From: Greg Kroah-Hartman To: =?utf-8?B?5byg5qCR6I2j?= Cc: devel , linux-kernel Subject: Re: [PATCH] staging: rtl8192e: Change fixed function names with "%s: ", __func__ Message-ID: <20170820181224.GA23096@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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 Fri, Aug 18, 2017 at 11:53:41PM +0800, 张树荣 wrote: > From: Shurong Zhang > > Replace hard-coded function names in strings with "%s", __func__ > in the dot11d.c file. Issue found by checkpatch.pl. > > Signed-off-by: Shurong Zhang > --- > drivers/staging/rtl8192e/dot11d.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) This patch doesn't apply at all, are you sure you generated it correctly? thanks, greg k-h