From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946536AbdD1J5u (ORCPT ); Fri, 28 Apr 2017 05:57:50 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:56819 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946496AbdD1J5d (ORCPT ); Fri, 28 Apr 2017 05:57:33 -0400 X-ME-Sender: X-Sasl-enc: ElI2PYjOLSfUhIIWpFUzf/+EiFrcnCTbWMwKk2xDT+me 1493373441 Date: Fri, 28 Apr 2017 11:57:12 +0200 From: Greg KH To: Chandra Annamaneni Cc: christian.gromm@microchip.com, andrey.shvetsov@k2l.de, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5] Staging: most: use __func__ instead of the function name Message-ID: <20170428095712.GA22621@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 26, 2017 at 04:16:58PM -0700, Chandra Annamaneni wrote: > > Change video.c to use %s, __func__ instead of function names. > Warnings flagged by checkpatch.pl > > Signed-off-by: Chandra Annamaneni This patch does not apply to my staging-next branch at all :(