diff options
| author | 2017-09-12 10:12:29 -0400 | |
|---|---|---|
| committer | 2017-09-23 15:08:04 -0400 | |
| commit | 34d340b784de0ba77c3c14f26c3ae678f8bb762a (patch) | |
| tree | 8636392bf7d313a34821aa4a2b9c2badf11b1246 /include/uapi/linux/android | |
| parent | media: Staging: atomisp: fix alloc_cast.cocci warnings (diff) | |
media: Staging: media: atomisp: Merge assignment with return
Merge the assignment and the return statements to return the value
directly. Done using the following semantic patch by coccinelle.
@@
local idexpression ret;
expression e;
@@
-ret =
+return
e;
-return ret;
Signed-off-by: Srishti Sharma <srishtishar@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/uapi/linux/android')
0 files changed, 0 insertions, 0 deletions
