* [nfc:nfc-next 19/20] net/nfc/hci/llc_shdlc.c:830:28: sparse: non-ANSI function declaration of functi
@ 2012-09-14 2:20 Fengguang Wu
0 siblings, 0 replies; only message in thread
From: Fengguang Wu @ 2012-09-14 2:20 UTC (permalink / raw)
To: kernel-janitors
Hi Eric,
FYI, there are new sparse warnings show up in
tree: git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-3.0.git nfc-next
head: 73fecc5ce0bba7aa0cc8719529964b55e00c00bc
commit: f36d3d026c8c53522e4875ce74054c9b9f87b99b [19/20] NFC: Add an shdlc llc module to llc core
All sparse warnings:
+ net/nfc/hci/llc_shdlc.c:830:28: sparse: non-ANSI function declaration of function 'nfc_llc_shdlc_register'
vim +830 net/nfc/hci/llc_shdlc.c
820
821 static struct nfc_llc_ops llc_shdlc_ops = {
822 .init = llc_shdlc_init,
823 .deinit = llc_shdlc_deinit,
824 .start = llc_shdlc_start,
825 .stop = llc_shdlc_stop,
826 .rcv_from_drv = llc_shdlc_rcv_from_drv,
827 .xmit_from_hci = llc_shdlc_xmit_from_hci,
828 };
829
> 830 int nfc_llc_shdlc_register()
831 {
832 return nfc_llc_register(LLC_SHDLC_NAME, &llc_shdlc_ops);
833 }
834 EXPORT_SYMBOL(nfc_llc_shdlc_register);
---
0-DAY kernel build testing backend Open Source Technology Centre
Fengguang Wu <wfg@linux.intel.com> Intel Corporation
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-09-14 2:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-14 2:20 [nfc:nfc-next 19/20] net/nfc/hci/llc_shdlc.c:830:28: sparse: non-ANSI function declaration of functi Fengguang Wu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.