Skip to content

Commit 81195f9

Browse files
mrinal-pandeygregkh
authored andcommitted
drivers: android: Fix a variable declaration coding style issue
Add a blank line after variable declarations as suggested by checkpatch. Signed-off-by: Mrinal Pandey <[email protected]> Link: https://lore.kernel.org/r/20200724131433.stf3ycooogawyzb3@mrinalpandey Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 8df5b94 commit 81195f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/android/binderfs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ static const struct super_operations binderfs_super_ops = {
351351
static inline bool is_binderfs_control_device(const struct dentry *dentry)
352352
{
353353
struct binderfs_info *info = dentry->d_sb->s_fs_info;
354+
354355
return info->control_dentry == dentry;
355356
}
356357

0 commit comments

Comments
 (0)