diff options
author | Tobin C. Harding <me@tobin.cc> | 2017-04-10 13:15:42 +1000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-11 16:03:36 +0200 |
commit | f717248713c9672526005fefd85d6d5bc44d8603 (patch) | |
tree | ea3f64992beebf860d4a4674d4edaca57669f74e /crypto/md5.c | |
parent | 03b0244924795d30e1619894d8aa13c0fcfe233c (diff) |
staging: ks7010: rename identifier retval to ret
Function uses identifier 'retval' to hold the error return value. The
rest of the driver uses 'ret' for this purpose. Being uniform in the
choice of identifiers generally adds to the cleanliness of the code,
also it is arguably easier to follow the code if one name is used for
one task.
Rename identifier 'retval' to 'ret'.
Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'crypto/md5.c')
0 files changed, 0 insertions, 0 deletions