Skip to content

Commit

Permalink
trivial: net/irda/irlmp.c: Fix closing brace followed by if
Browse files Browse the repository at this point in the history
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Rasmus Villemoes authored and David S. Miller committed Jun 23, 2014
1 parent f2769af commit 79631c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/irda/irlmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,8 @@ __u8 *irlmp_hint_to_service(__u8 *hint)
if (hint[1] & HINT_TELEPHONY) {
IRDA_DEBUG(1, "Telephony ");
service[i++] = S_TELEPHONY;
} if (hint[1] & HINT_FILE_SERVER)
}
if (hint[1] & HINT_FILE_SERVER)
IRDA_DEBUG(1, "File Server ");

if (hint[1] & HINT_COMM) {
Expand Down

0 comments on commit 79631c8

Please sign in to comment.