diff options
author | Szymon Janc <szymon.janc@tieto.com> | 2012-10-17 09:23:39 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-10-26 12:26:52 -0400 |
commit | 0f450772224f99db3b8384bfb8f751889d0c4cb8 (patch) | |
tree | c2b0422af06a420d853aab206605e2bb86429afd /net/nfc/core.c | |
parent | 7eda8b8e967781cfa5a04962502f9aa428f67e5f (diff) |
NFC: Fix some code style and whitespace issues
Signed-off-by: Szymon Janc <szymon.janc@tieto.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'net/nfc/core.c')
-rw-r--r-- | net/nfc/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/core.c b/net/nfc/core.c index e94363dbbf4a..aa64ea441676 100644 --- a/net/nfc/core.c +++ b/net/nfc/core.c | |||
@@ -198,7 +198,7 @@ static struct nfc_target *nfc_find_target(struct nfc_dev *dev, u32 target_idx) | |||
198 | if (dev->n_targets == 0) | 198 | if (dev->n_targets == 0) |
199 | return NULL; | 199 | return NULL; |
200 | 200 | ||
201 | for (i = 0; i < dev->n_targets ; i++) { | 201 | for (i = 0; i < dev->n_targets; i++) { |
202 | if (dev->targets[i].idx == target_idx) | 202 | if (dev->targets[i].idx == target_idx) |
203 | return &dev->targets[i]; | 203 | return &dev->targets[i]; |
204 | } | 204 | } |