diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-06-24 16:01:30 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-06-24 16:25:56 +0200 |
commit | 83fb097ba87adbc4bf1550ef6bee450764f34e1b (patch) | |
tree | f26a37b62f1c2a2b5ead3c314521a8f251fe7151 /mm/mprotect.c | |
parent | 0c5a11c0ca25621a44d83ae17c2ca6422d7bbbab (diff) |
staging: phy-hi3670-usb3: do a some minor cleanups
Before moving this driver out of staging:
1. group some integers altogether;
2. Use:
return some_function()
instead of:
ret = some_function();
return ret;
This is just a cleanup. No functional changes.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/55db419e42fd3af72494acbe0ea0f0d1de8906ac.1624542940.git.mchehab+huawei@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'mm/mprotect.c')
0 files changed, 0 insertions, 0 deletions