commit | 0f450772224f99db3b8384bfb8f751889d0c4cb8 | [log] [tgz] |
---|---|---|
author | Szymon Janc <szymon.janc@tieto.com> | Wed Oct 17 15:23:39 2012 +0200 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Fri Oct 26 18:26:52 2012 +0200 |
tree | c2b0422af06a420d853aab206605e2bb86429afd | |
parent | 7eda8b8e967781cfa5a04962502f9aa428f67e5f [diff] [blame] |
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>
diff --git a/net/nfc/core.c b/net/nfc/core.c index e94363d..aa64ea4 100644 --- a/net/nfc/core.c +++ b/net/nfc/core.c
@@ -198,7 +198,7 @@ if (dev->n_targets == 0) return NULL; - for (i = 0; i < dev->n_targets ; i++) { + for (i = 0; i < dev->n_targets; i++) { if (dev->targets[i].idx == target_idx) return &dev->targets[i]; }