summaryrefslogtreecommitdiff
path: root/yaffs_linux.h
diff options
context:
space:
mode:
authorCharles Manning <cdhmanning@gmail.com>2011-01-13 13:21:47 +1300
committerCharles Manning <cdhmanning@gmail.com>2011-01-13 13:21:47 +1300
commit46eb953ecab322d3385ccf84c75d969de8542317 (patch)
treeef59001d4a8561827571c332a11fb51ed0d6d9bf /yaffs_linux.h
parent05f5305b2d17b0e2889338724b864cf80f309437 (diff)
yaffs: Reformatting to be kernel friendly.
Passes checkpatch.pl Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Diffstat (limited to 'yaffs_linux.h')
-rw-r--r--yaffs_linux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/yaffs_linux.h b/yaffs_linux.h
index 3b508cb..8c2f399 100644
--- a/yaffs_linux.h
+++ b/yaffs_linux.h
@@ -25,11 +25,11 @@ struct yaffs_linux_context {
struct task_struct *bg_thread; /* Background thread for this device */
int bg_running;
struct mutex gross_lock; /* Gross locking mutex*/
- u8 *spare_buffer; /* For mtdif2 use. Don't know the size of the buffer
+ u8 *spare_buffer; /* For mtdif2 use. Don't know the buffer size
* at compile time so we have to allocate it.
*/
struct list_head search_contexts;
- void (*put_super_fn) (struct super_block * sb);
+ void (*put_super_fn) (struct super_block *sb);
struct task_struct *readdir_process;
unsigned mount_id;