diff options
| author | Srishti Sharma <[email protected]> | 2017-09-12 10:12:29 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2017-09-23 15:08:04 -0400 |
| commit | 34d340b784de0ba77c3c14f26c3ae678f8bb762a (patch) | |
| tree | 8636392bf7d313a34821aa4a2b9c2badf11b1246 /include/uapi/linux/errqueue.h | |
| parent | 866af46e6ebbce55dbf6f63ad11a4a9bb3b9abf0 (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 <[email protected]>
Acked-by: Julia Lawall <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'include/uapi/linux/errqueue.h')
0 files changed, 0 insertions, 0 deletions