Browse Source

platform: goldfish: pipe: Add a blank line to separate varibles and code

checkpacth: Missing a blank line after declarations

Signed-off-by: Roman Kiryanov <rkir@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Roman Kiryanov 6 years ago
parent
commit
6d7d725b2e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/platform/goldfish/goldfish_pipe.c

+ 1 - 0
drivers/platform/goldfish/goldfish_pipe.c

@@ -715,6 +715,7 @@ static int goldfish_pipe_open(struct inode *inode, struct file *file)
 
 
 	/* Allocate new pipe kernel object */
 	/* Allocate new pipe kernel object */
 	struct goldfish_pipe *pipe = kzalloc(sizeof(*pipe), GFP_KERNEL);
 	struct goldfish_pipe *pipe = kzalloc(sizeof(*pipe), GFP_KERNEL);
+
 	if (!pipe)
 	if (!pipe)
 		return -ENOMEM;
 		return -ENOMEM;