aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux/errqueue.h
diff options
context:
space:
mode:
authorSrishti Sharma <[email protected]>2017-09-12 10:12:29 -0400
committerMauro Carvalho Chehab <[email protected]>2017-09-23 15:08:04 -0400
commit34d340b784de0ba77c3c14f26c3ae678f8bb762a (patch)
tree8636392bf7d313a34821aa4a2b9c2badf11b1246 /include/uapi/linux/errqueue.h
parent866af46e6ebbce55dbf6f63ad11a4a9bb3b9abf0 (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