Commit ffbab1c9 authored by Andrew Lunn's avatar Andrew Lunn Committed by David S. Miller

net: nfc: kerneldoc fixes

Simple fixes which require no deep knowledge of the code.
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 26c3baaa
...@@ -704,7 +704,6 @@ EXPORT_SYMBOL(nfc_tm_deactivated); ...@@ -704,7 +704,6 @@ EXPORT_SYMBOL(nfc_tm_deactivated);
* nfc_alloc_send_skb - allocate a skb for data exchange responses * nfc_alloc_send_skb - allocate a skb for data exchange responses
* *
* @size: size to allocate * @size: size to allocate
* @gfp: gfp flags
*/ */
struct sk_buff *nfc_alloc_send_skb(struct nfc_dev *dev, struct sock *sk, struct sk_buff *nfc_alloc_send_skb(struct nfc_dev *dev, struct sock *sk,
unsigned int flags, unsigned int size, unsigned int flags, unsigned int size,
...@@ -749,7 +748,7 @@ EXPORT_SYMBOL(nfc_alloc_recv_skb); ...@@ -749,7 +748,7 @@ EXPORT_SYMBOL(nfc_alloc_recv_skb);
* *
* @dev: The nfc device that found the targets * @dev: The nfc device that found the targets
* @targets: array of nfc targets found * @targets: array of nfc targets found
* @ntargets: targets array size * @n_targets: targets array size
* *
* The device driver must call this function when one or many nfc targets * The device driver must call this function when one or many nfc targets
* are found. After calling this function, the device driver must stop * are found. After calling this function, the device driver must stop
......
...@@ -1182,7 +1182,7 @@ EXPORT_SYMBOL(nci_free_device); ...@@ -1182,7 +1182,7 @@ EXPORT_SYMBOL(nci_free_device);
/** /**
* nci_register_device - register a nci device in the nfc subsystem * nci_register_device - register a nci device in the nfc subsystem
* *
* @dev: The nci device to register * @ndev: The nci device to register
*/ */
int nci_register_device(struct nci_dev *ndev) int nci_register_device(struct nci_dev *ndev)
{ {
...@@ -1246,7 +1246,7 @@ EXPORT_SYMBOL(nci_register_device); ...@@ -1246,7 +1246,7 @@ EXPORT_SYMBOL(nci_register_device);
/** /**
* nci_unregister_device - unregister a nci device in the nfc subsystem * nci_unregister_device - unregister a nci device in the nfc subsystem
* *
* @dev: The nci device to unregister * @ndev: The nci device to unregister
*/ */
void nci_unregister_device(struct nci_dev *ndev) void nci_unregister_device(struct nci_dev *ndev)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment