Skip to content

Commit

Permalink
mod_devicetable: add space before */
Browse files Browse the repository at this point in the history
Match the style of the other one-line comments.

Signed-off-by: Frans Klaver <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
fransklaver authored and Jiri Kosina committed Aug 7, 2015
1 parent d23684d commit 99d49e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/mod_devicetable.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ struct pcmcia_device_id {

__u32 prod_id_hash[4];

/* not matched against in kernelspace*/
/* not matched against in kernelspace */
const char * prod_id[4];

/* not matched against */
Expand Down

0 comments on commit 99d49e3

Please sign in to comment.