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>
This commit is contained in:
parent
e6fb319330
commit
6d7d725b2e
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user