aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/sysfs/file.c
diff options
context:
space:
mode:
authorCornelia Huck <cornelia.huck@de.ibm.com>2007-07-09 11:39:18 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2007-07-11 16:09:02 -0700
commitdc0afa8388972a9ed7c2203cc46d8df1a4713f65 (patch)
treea4693ef5ac039e868c3c53b72b504868f5199998 /fs/sysfs/file.c
parentPM: do not use saved_state from struct dev_pm_info on ARM (diff)
downloadwireguard-linux-dc0afa8388972a9ed7c2203cc46d8df1a4713f65.tar.xz
wireguard-linux-dc0afa8388972a9ed7c2203cc46d8df1a4713f65.zip
Driver core: coding style cleanup
This converts code of the form if ((error = some_func())) goto fixup; to error = some_func(); if (error) goto fixup; Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'fs/sysfs/file.c')
0 files changed, 0 insertions, 0 deletions