[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170331113259.43024d5f495b67c0796a6f7f@arm.com>
Date: Fri, 31 Mar 2017 11:32:59 +0100
From: Kim Phillips <kim.phillips@....com>
To: Chewie Lin <linsh@...gonstate.edu>
Cc: greg@...ah.com, forest@...ttletooquiet.net,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/1] drivers/staging/vt6656/main_usb.c: checkpatch
warning
On Fri, 31 Mar 2017 03:01:12 -0700
Chewie Lin <linsh@...gonstate.edu> wrote:
> fix a checkpatch warning:
> WARNING: Prefer using "%s", __func__ to embedded function names
__func__, so:
> - "usb_device_reset fail status=%d\n", status);
> + "%s=%d\n", "usb_device_reset fail status", status);
"%s=%d\n", __func__ " fail status", status);
?
Kim
Powered by blists - more mailing lists