Skip to content
Snippets Groups Projects
Commit 81195f96 authored by Mrinal Pandey's avatar Mrinal Pandey Committed by Greg Kroah-Hartman
Browse files

drivers: android: Fix a variable declaration coding style issue


Add a blank line after variable declarations as suggested by checkpatch.

Signed-off-by: default avatarMrinal Pandey <mrinalmni@gmail.com>
Link: https://lore.kernel.org/r/20200724131433.stf3ycooogawyzb3@mrinalpandey


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8df5b949
No related branches found
No related tags found
No related merge requests found
......@@ -351,6 +351,7 @@ static const struct super_operations binderfs_super_ops = {
static inline bool is_binderfs_control_device(const struct dentry *dentry)
{
struct binderfs_info *info = dentry->d_sb->s_fs_info;
return info->control_dentry == dentry;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment