summaryrefslogtreecommitdiff
path: root/yaffs_checkptrw.h
diff options
context:
space:
mode:
authorwookey <wookey>2009-03-06 17:20:49 +0000
committerwookey <wookey>2009-03-06 17:20:49 +0000
commit3e5718ec7f0df7b76837d10583419b745cb27474 (patch)
tree532a6ce38b8d4d59a9ff6e89ad667f80c955d3b8 /yaffs_checkptrw.h
parent61dc66b5b6109ad05d8c5705154f9acec9907518 (diff)
Major whitespace/style changes to match Linux checkpatch.pl code style
Diffstat (limited to 'yaffs_checkptrw.h')
-rw-r--r--yaffs_checkptrw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/yaffs_checkptrw.h b/yaffs_checkptrw.h
index d3ff174..5d426ea 100644
--- a/yaffs_checkptrw.h
+++ b/yaffs_checkptrw.h
@@ -20,9 +20,9 @@
int yaffs_CheckpointOpen(yaffs_Device *dev, int forWriting);
-int yaffs_CheckpointWrite(yaffs_Device *dev,const void *data, int nBytes);
+int yaffs_CheckpointWrite(yaffs_Device *dev, const void *data, int nBytes);
-int yaffs_CheckpointRead(yaffs_Device *dev,void *data, int nBytes);
+int yaffs_CheckpointRead(yaffs_Device *dev, void *data, int nBytes);
int yaffs_GetCheckpointSum(yaffs_Device *dev, __u32 *sum);