[PATCH v2 2/2] staging: erofs: Modify Alignment
Bhagyashri P. Dighole
digholebhagyashri at gmail.com
Mon Nov 5 16:14:03 AEDT 2018
Found alignment issue using checkpatch.
Matched alignment with parenthesis of page struct.
Signed-off-by: Bhagyashri P. Dighole <digholebhagyashri at gmail.com>
---
drivers/staging/erofs/data.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/erofs/data.c b/drivers/staging/erofs/data.c
index a671ad4..a62be35 100644
--- a/drivers/staging/erofs/data.c
+++ b/drivers/staging/erofs/data.c
@@ -40,7 +40,7 @@ static inline void read_endio(struct bio *bio)
/* prio -- true is used for dir */
struct page *__erofs_get_meta_page(struct super_block *sb,
- erofs_blk_t blkaddr, bool prio, bool nofail)
+ erofs_blk_t blkaddr, bool prio, bool nofail)
{
struct inode *const bd_inode = sb->s_bdev->bd_inode;
struct address_space *const mapping = bd_inode->i_mapping;
--
2.7.4
More information about the Linux-erofs
mailing list