Commit b2bcdadc authored by Didik Setiawan's avatar Didik Setiawan Committed by Greg Kroah-Hartman

staging: android: ion: ion.c fix parenthesis alignment

Fix checkpatch.pl warning about "Alignment should match open parenthesis".
Signed-off-by: default avatarDidik Setiawan <ds@didiksetiawan.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9924e5de
...@@ -1636,4 +1636,3 @@ void ion_device_destroy(struct ion_device *dev) ...@@ -1636,4 +1636,3 @@ void ion_device_destroy(struct ion_device *dev)
kfree(dev); kfree(dev);
} }
EXPORT_SYMBOL(ion_device_destroy); EXPORT_SYMBOL(ion_device_destroy);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment