Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1613852
| From | Kim Phillips <kim.phillips@arm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/1] drivers/staging/vt6656/main_usb.c: checkpatch warning |
| Date | 2017-03-31 12:40 +0200 |
| Message-ID | <tr28i-3pV-5@gated-at.bofh.it> (permalink) |
| References | <tr1Ff-3db-1@gated-at.bofh.it> <tr1Fg-3db-11@gated-at.bofh.it> |
| Organization | ARM |
On Fri, 31 Mar 2017 03:01:12 -0700 Chewie Lin <linsh@oregonstate.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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] Eudyptula challenge Chewie Lin <linsh@oregonstate.edu> - 2017-03-31 12:10 +0200
[PATCH 1/1] drivers/staging/vt6656/main_usb.c: checkpatch warning Chewie Lin <linsh@oregonstate.edu> - 2017-03-31 12:10 +0200
Re: [PATCH 1/1] drivers/staging/vt6656/main_usb.c: checkpatch warning Kim Phillips <kim.phillips@arm.com> - 2017-03-31 12:40 +0200
Re: [PATCH 1/1] drivers/staging/vt6656/main_usb.c: checkpatch warning Greg KH <greg@kroah.com> - 2017-03-31 14:40 +0200
csiph-web