summaryrefslogtreecommitdiff
path: root/drivers/staging/ramzswap/xvmalloc_int.h
diff options
context:
space:
mode:
authorC yp <cyp561@gmail.com>2010-01-06 12:42:00 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-04 00:42:38 (GMT)
commitef4ffb7ade54f7669172cf5cead69695e588c06a (patch)
tree3a76dc31353ecf147f9e1677b78e9fe90bc4c6e6 /drivers/staging/ramzswap/xvmalloc_int.h
parent2141ec629c9c9a70c905cfebcc8fa69373dd982a (diff)
downloadlinux-fsl-qoriq-ef4ffb7ade54f7669172cf5cead69695e588c06a.tar.xz
Staging: ramzswap: Minor spelling fixes
Also removed an extra semicolon. Signed-off-by: Cyp <cyp561@gmail.com> Cc: Nitin Gupta <ngupta@vflare.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ramzswap/xvmalloc_int.h')
-rw-r--r--drivers/staging/ramzswap/xvmalloc_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ramzswap/xvmalloc_int.h b/drivers/staging/ramzswap/xvmalloc_int.h
index 03c1a65..263c72d 100644
--- a/drivers/staging/ramzswap/xvmalloc_int.h
+++ b/drivers/staging/ramzswap/xvmalloc_int.h
@@ -62,7 +62,7 @@ struct link_free {
struct block_header {
union {
- /* This common header must be ALIGN bytes */
+ /* This common header must be XV_ALIGN bytes */
u8 common[XV_ALIGN];
struct {
u16 size;