staging: android: ion: ion.c Add a new blank line after decleration
authorPhong Tran <tranmanphong@gmail.com>
Wed, 13 Aug 2014 13:37:05 +0000 (20:37 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:23 +0000 (12:23 -0700)
This patch fix checkpatch.pl warning
Tested by compilation only.

Signed-off-by: Phong Tran <tranmanphong@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion.c

index 2703609..cad76ae 100644 (file)
@@ -805,6 +805,7 @@ struct ion_client *ion_client_create(struct ion_device *dev,
                                                client, &debug_client_fops);
        if (!client->debug_root) {
                char buf[256], *path;
+
                path = dentry_path(dev->clients_debug_root, buf, 256);
                pr_err("Failed to create client debugfs at %s/%s\n",
                        path, client->display_name);