diff options
author | Eric Lapuyade <eric.lapuyade@linux.intel.com> | 2012-09-18 19:25:38 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-25 00:17:27 +0200 |
commit | 80faa59847108d48928fac41b4817ef21ca108a9 (patch) | |
tree | b23c8db404df068912d015c2c0dd5641483f60cf | |
parent | a7d0281bbf7e1b0eff2de3c7ed6a5ffce6b62dac (diff) | |
download | linux-3.10-80faa59847108d48928fac41b4817ef21ca108a9.tar.gz linux-3.10-80faa59847108d48928fac41b4817ef21ca108a9.tar.bz2 linux-3.10-80faa59847108d48928fac41b4817ef21ca108a9.zip |
NFC: Add HCI module description
Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
-rw-r--r-- | net/nfc/hci/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/nfc/hci/core.c b/net/nfc/hci/core.c index c1129c22d83..d378d93de62 100644 --- a/net/nfc/hci/core.c +++ b/net/nfc/hci/core.c @@ -868,3 +868,4 @@ subsys_initcall(nfc_hci_init); module_exit(nfc_hci_exit); MODULE_LICENSE("GPL"); +MODULE_DESCRIPTION("NFC HCI Core"); |