Skip to content

Commit

Permalink
include/net/caif/cfctrl.h: Remove unnecessary semicolons
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Sjur Braendeland <sjur.brandeland@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Joe Perches authored and David S. Miller committed Nov 15, 2010
1 parent c59504e commit d577f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/net/caif/cfctrl.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ struct cfctrl_rsp {
void (*restart_rsp)(void);
void (*radioset_rsp)(void);
void (*reject_rsp)(struct cflayer *layer, u8 linkid,
struct cflayer *client_layer);;
struct cflayer *client_layer);
};

/* Link Setup Parameters for CAIF-Links. */
Expand Down

0 comments on commit d577f1c

Please sign in to comment.