Skip to content

Commit

Permalink
NFC: nfc_enable_se Remove useless blank line at beginning of function
Browse files Browse the repository at this point in the history
Remove one useless blank line at beginning of nfc_enable_se function.

Signed-off-by: Christophe Ricard <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
  • Loading branch information
cricard13 authored and Samuel Ortiz committed Jan 26, 2015
1 parent 2084246 commit ec06848
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/nfc/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ EXPORT_SYMBOL(nfc_find_se);

int nfc_enable_se(struct nfc_dev *dev, u32 se_idx)
{

struct nfc_se *se;
int rc;

Expand Down

0 comments on commit ec06848

Please sign in to comment.