projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
460a9aa
)
nfc: fdp: correct kerneldoc for structure
author
Krzysztof Kozlowski
<krzysztof.kozlowski@canonical.com>
Fri, 28 May 2021 12:41:49 +0000
(08:41 -0400)
committer
Jakub Kicinski
<kuba@kernel.org>
Fri, 28 May 2021 22:05:54 +0000
(15:05 -0700)
Since structure comments are not kerneldoc, remove the double ** to fix
W=1 warnings:
warning: This comment starts with '/**', but isn't a kernel-doc comment.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link:
https://lore.kernel.org/r/20210528124200.79655-1-krzysztof.kozlowski@canonical.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/nfc/fdp/fdp.c
patch
|
blob
|
history
diff --git
a/drivers/nfc/fdp/fdp.c
b/drivers/nfc/fdp/fdp.c
index fe0719ed81a0985f6f00162d3137448c8d9e7165..125d71c27b8b07d806c6b1cf096c4163318c86a2 100644
(file)
--- a/
drivers/nfc/fdp/fdp.c
+++ b/
drivers/nfc/fdp/fdp.c
@@
-149,7
+149,7
@@
static void fdp_nci_send_patch_cb(struct nci_dev *ndev)
wake_up(&info->setup_wq);
}
-/*
*
+/*
* Register a packet sent counter and a callback
*
* We have no other way of knowing when all firmware packets were sent out
@@
-167,7
+167,7
@@
static void fdp_nci_set_data_pkt_counter(struct nci_dev *ndev,
info->data_pkt_counter_cb = cb;
}
-/*
*
+/*
* The device is expecting a stream of packets. All packets need to
* have the PBF flag set to 0x0 (last packet) even if the firmware
* file is segmented and there are multiple packets. If we give the