diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2015-03-23 17:08:14 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2015-03-30 11:40:03 +0300 |
commit | 45fd63293a214c48d6d3856bb39cf207a805dfda (patch) | |
tree | 95ac3231e1712190dfc607114546093827046f65 /mm/process_vm_access.c | |
parent | 82ca6ef686f0fcefe2c1ad4ab74d5caf41be03a9 (diff) | |
download | linux-45fd63293a214c48d6d3856bb39cf207a805dfda.tar.xz |
mac80111: aes_ccm: cleanup ieee80211_aes_key_setup_encrypt()
This code is written using an anti-pattern called "success handling"
which makes it hard to read, especially if you are used to normal kernel
style. It should instead be written as a list of directives in a row
with branches for error handling.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'mm/process_vm_access.c')
0 files changed, 0 insertions, 0 deletions