Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1601861

Re: [PATCH] Staging: goldfish: use __func__ instead of embedded function names

From Greg KH <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject Re: [PATCH] Staging: goldfish: use __func__ instead of embedded function names
Date 2017-03-16 03:10 +0100
Message-ID <tlt1w-8aE-33@gated-at.bofh.it> (permalink)
References <tldg5-5yN-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 <educha997@gmail.com>

Your name in the From: line in your email does not match this name :(

Please fix and resend.

thanks,

greg k-h

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] Staging: goldfish: use __func__ instead of embedded function names mshan <educha997@gmail.com> - 2017-03-15 10:20 +0100
  Re: [PATCH] Staging: goldfish: use __func__ instead of embedded  function names Greg KH <gregkh@linuxfoundation.org> - 2017-03-16 03:10 +0100

csiph-web