Tag: 87f35f02a9193b83657d60695bf981d1a2255fda

staging: most: compress return logic into one line

Author: Eva Rachel Retuya <eraretuya@gmail.com> Eliminate local variable ‘ret’ and modify return statement to contain the value being returned directly instead of assigning it first to ‘ret’ and returning this variable. Coccinelle semantic patch used: @@ expression e, ret; @@ -ret = +return e; -return ret; Signed-off-by: Eva Rachel Retuya Signed-off-by: Greg Kroah-Hartman — drivers/staging/most/hdm-dim2/dim2_sysfs.c …

Continue reading

BtrLinux
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.