diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-03-04 19:03:54 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-03-06 15:16:25 -0500 |
commit | eb9bc6e9a0ac668d2283b8fea1534f8ba31d1692 (patch) | |
tree | 91e9c684e967a7959cce3ae6de256d0f9ac51f85 /include | |
parent | 0a40acb24602783fcf6881f915659148aa9807d7 (diff) |
NFC: NCI code identation fixes
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/nfc/nci_core.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/net/nfc/nci_core.h b/include/net/nfc/nci_core.h index 86fee8b5c65c..feba74027ff8 100644 --- a/include/net/nfc/nci_core.h +++ b/include/net/nfc/nci_core.h | |||
@@ -141,17 +141,17 @@ struct nci_dev { | |||
141 | 141 | ||
142 | /* ----- NCI Devices ----- */ | 142 | /* ----- NCI Devices ----- */ |
143 | struct nci_dev *nci_allocate_device(struct nci_ops *ops, | 143 | struct nci_dev *nci_allocate_device(struct nci_ops *ops, |
144 | __u32 supported_protocols, | 144 | __u32 supported_protocols, |
145 | int tx_headroom, | 145 | int tx_headroom, |
146 | int tx_tailroom); | 146 | int tx_tailroom); |
147 | void nci_free_device(struct nci_dev *ndev); | 147 | void nci_free_device(struct nci_dev *ndev); |
148 | int nci_register_device(struct nci_dev *ndev); | 148 | int nci_register_device(struct nci_dev *ndev); |
149 | void nci_unregister_device(struct nci_dev *ndev); | 149 | void nci_unregister_device(struct nci_dev *ndev); |
150 | int nci_recv_frame(struct sk_buff *skb); | 150 | int nci_recv_frame(struct sk_buff *skb); |
151 | 151 | ||
152 | static inline struct sk_buff *nci_skb_alloc(struct nci_dev *ndev, | 152 | static inline struct sk_buff *nci_skb_alloc(struct nci_dev *ndev, |
153 | unsigned int len, | 153 | unsigned int len, |
154 | gfp_t how) | 154 | gfp_t how) |
155 | { | 155 | { |
156 | struct sk_buff *skb; | 156 | struct sk_buff *skb; |
157 | 157 | ||