summaryrefslogtreecommitdiffstats
path: root/drivers/staging/zsmalloc/zsmalloc.h
diff options
context:
space:
mode:
authorSara Bird2013-05-20 21:18:14 +0200
committerGreg Kroah-Hartman2013-05-21 19:30:10 +0200
commit396b7fd6f9668c04f20ee6daca3054f5c5ec1056 (patch)
treeddb98d3aeb9980c2bc8ce271bf03fcf25a26bd5d /drivers/staging/zsmalloc/zsmalloc.h
parentstaging/asus_oled: Fixed up incorrect formatted comments. (diff)
downloadkernel-qcow2-linux-396b7fd6f9668c04f20ee6daca3054f5c5ec1056.tar.gz
kernel-qcow2-linux-396b7fd6f9668c04f20ee6daca3054f5c5ec1056.tar.xz
kernel-qcow2-linux-396b7fd6f9668c04f20ee6daca3054f5c5ec1056.zip
staging/zsmalloc: Fixed up incorrect formatted comments
The existing comments are using an odd style. Fixed them up to adhere to the StyleGuide. No code changes. Signed-off-by: Sara Bird <sara.bird.iar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/zsmalloc/zsmalloc.h')
-rw-r--r--drivers/staging/zsmalloc/zsmalloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/zsmalloc/zsmalloc.h b/drivers/staging/zsmalloc/zsmalloc.h
index 46dbd0558d86..fbe6bec421aa 100644
--- a/drivers/staging/zsmalloc/zsmalloc.h
+++ b/drivers/staging/zsmalloc/zsmalloc.h
@@ -19,7 +19,7 @@
* zsmalloc mapping modes
*
* NOTE: These only make a difference when a mapped object spans pages
-*/
+ */
enum zs_mapmode {
ZS_MM_RW, /* normal read-write mapping */
ZS_MM_RO, /* read-only (no copy-out at unmap time) */