From: Frans Klaver Date: Wed, 3 Sep 2014 22:58:23 +0000 (+0200) Subject: mod_devicetable: add space before */ X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=99d49e3af6dfde62caffb2913807fdaf293a9e3d;p=linux-beck.git mod_devicetable: add space before */ Match the style of the other one-line comments. Signed-off-by: Frans Klaver Reviewed-by: Hannes Reinecke Signed-off-by: Jiri Kosina --- diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 34f25b7bf642..688997a24aad 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h @@ -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 */