Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3eb43f68 authored by Oliver Pinter's avatar Oliver Pinter Committed by Adrian Bunk
Browse files

Documentation/filesystems/porting fixes



typo fix and whitespace cleanup

Signed-off-by: default avatarOliver Pinter <oliver.pntr@gmail.com>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent 53379e57
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ Declare

Use FOO_I(inode) instead of &inode->u.foo_inode_i;

Add foo_alloc_inode() and foo_destory_inode() - the former should allocate
Add foo_alloc_inode() and foo_destroy_inode() - the former should allocate
foo_inode_info and return the address of ->vfs_inode, the latter should free
FOO_I(inode) (see in-tree filesystems for examples).