From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753813AbdHQR7w (ORCPT ); Thu, 17 Aug 2017 13:59:52 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58530 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753424AbdHQR7v (ORCPT ); Thu, 17 Aug 2017 13:59:51 -0400 Date: Thu, 17 Aug 2017 10:59:52 -0700 From: Greg Kroah-Hartman To: vergilzhang Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: rtl8192e: Change fixed function names with "%s: ", __func__ Message-ID: <20170817175952.GD5980@kroah.com> References: <5982807a.09b46b0a.6bc9e.bddbSMTPIN_ADDED_BROKEN@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5982807a.09b46b0a.6bc9e.bddbSMTPIN_ADDED_BROKEN@mx.google.com> 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 Thu, Aug 03, 2017 at 09:46:26AM +0800, vergilzhang wrote: > Replace hard-coded function names in strings with "%s", __func__ > in the dot11d.c file. Issue found by checkpatch.pl. > > Signed-off-by: vergilzhang Please use your "legal" name here, and in the From line. Please fix up and resend all of your submitted patches with that change. thanks, greg k-h