mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
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 <mrinalmni@gmail.com> Link: https://lore.kernel.org/r/20200724131433.stf3ycooogawyzb3@mrinalpandey Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
8df5b94922
commit
81195f9689
@@ -351,6 +351,7 @@ static const struct super_operations binderfs_super_ops = {
|
|||||||
static inline bool is_binderfs_control_device(const struct dentry *dentry)
|
static inline bool is_binderfs_control_device(const struct dentry *dentry)
|
||||||
{
|
{
|
||||||
struct binderfs_info *info = dentry->d_sb->s_fs_info;
|
struct binderfs_info *info = dentry->d_sb->s_fs_info;
|
||||||
|
|
||||||
return info->control_dentry == dentry;
|
return info->control_dentry == dentry;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user