summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorFrans Klaver <fransklaver@gmail.com>2014-09-04 00:58:23 +0200
committerJiri Kosina <jkosina@suse.com>2015-08-07 15:03:42 +0200
commit99d49e3af6dfde62caffb2913807fdaf293a9e3d (patch)
treeb46cea203afae7e9671fae10ceddf7d3c30a03c0 /include
parentd23684d2738f1c4492d221b37eaee0028df93328 (diff)
downloadlinux-99d49e3af6dfde62caffb2913807fdaf293a9e3d.tar.gz
mod_devicetable: add space before */
Match the style of the other one-line comments.

Signed-off-by: Frans Klaver <fransklaver@gmail.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mod_devicetable.h2
1 files changed, 1 insertions, 1 deletions
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 */