Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1218291
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] staging/wilc1000: Use %pM format specifier to print mac address |
| Date | 2015-09-03 16:30 +0200 |
| Message-ID | <q4DGy-69n-13@gated-at.bofh.it> (permalink) |
| References | <q4xKO-69T-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Sep 03, 2015 at 02:05:42PM +0600, Alexander Kuleshov wrote: > printk() supports %pM format specifier for printing 6-byte MAC/FDDI > addresses in hex notation small buffers, let's use it intead of %x:%x... > > Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com> > --- > drivers/staging/wilc1000/host_interface.c | 6 +++--- > drivers/staging/wilc1000/linux_wlan.c | 3 +-- > 2 files changed, 4 insertions(+), 5 deletions(-) What changed from v1 of this patch? Please be specific. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2] staging/wilc1000: Use %pM format specifier to print mac address Alexander Kuleshov <kuleshovmail@gmail.com> - 2015-09-03 10:10 +0200
Re: [PATCH v2] staging/wilc1000: Use %pM format specifier to print mac address Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-09-03 16:30 +0200
[PATCH v2] staging/wilc1000: Use %pM format specifier to print mac address Alexander Kuleshov <kuleshovmail@gmail.com> - 2015-09-03 20:40 +0200
Re: [PATCH v2] staging/wilc1000: Use %pM format specifier to print mac address Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-09-03 20:50 +0200
csiph-web