From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751332AbdCPCCf (ORCPT ); Wed, 15 Mar 2017 22:02:35 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41118 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751111AbdCPCC3 (ORCPT ); Wed, 15 Mar 2017 22:02:29 -0400 Date: Thu, 16 Mar 2017 10:54:42 +0900 From: Greg KH To: mshan Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, mohsinshan1k@gmail.com Subject: Re: [PATCH] Staging: goldfish: use __func__ instead of embedded function names Message-ID: <20170316015442.GB27735@kroah.com> References: <1489568992-2495-1-git-send-email-mohsinshan1k@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1489568992-2495-1-git-send-email-mohsinshan1k@gmail.com> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 15, 2017 at 02:09:52AM -0700, mshan wrote: > Embedded function names are less appropriate to use when > refactoring, can cause function renaming. Prefer the use > of "%s", __func__ to embedded function names > > Signed-off-by: Mohsin Shan Your name in the From: line in your email does not match this name :( Please fix and resend. thanks, greg k-h