From: Phong Tran Date: Wed, 13 Aug 2014 13:37:05 +0000 (+0700) Subject: staging: android: ion: ion.c Add a new blank line after decleration X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=04e14356d549fd1c5487f8a5be13eb4a59802fb3;p=deliverable%2Flinux.git staging: android: ion: ion.c Add a new blank line after decleration This patch fix checkpatch.pl warning Tested by compilation only. Signed-off-by: Phong Tran Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/android/ion/ion.c b/drivers/staging/android/ion/ion.c index 270360912b2c..cad76ae20d7e 100644 --- a/drivers/staging/android/ion/ion.c +++ b/drivers/staging/android/ion/ion.c @@ -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);