diff options
| author | Uwe Kleine-König <[email protected]> | 2021-08-07 09:19:27 +0000 |
|---|---|---|
| committer | Helge Deller <[email protected]> | 2021-08-30 08:18:25 +0000 |
| commit | 87875c1084a28364dad8cd4f9ecbfdfe0b845ad5 (patch) | |
| tree | cdb664f154ac23a7053af31401d56a92c8b953d3 /fs/ext4/fast_commit.c | |
| parent | parisc: remove unused arch/parisc/boot/install.sh and its phony target (diff) | |
| download | kernel-87875c1084a28364dad8cd4f9ecbfdfe0b845ad5.tar.gz kernel-87875c1084a28364dad8cd4f9ecbfdfe0b845ad5.zip | |
parisc: Make struct parisc_driver::remove() return void
The caller of this function (parisc_driver_remove() in
arch/parisc/kernel/drivers.c) ignores the return value, so better don't
return any value at all to not wake wrong expectations in driver authors.
The only function that could return a non-zero value before was
ipmi_parisc_remove() which returns the return value of
ipmi_si_remove_by_dev(). Make this function return void, too, as for all
other callers the value is ignored, too.
Also fold in a small checkpatch fix for:
WARNING: Unnecessary space before function pointer arguments
+ void (*remove) (struct parisc_device *dev);
Acked-by: Dmitry Torokhov <[email protected]> (for drivers/input)
Signed-off-by: Uwe Kleine-König <[email protected]>
Acked-by: Sudip Mukherjee <[email protected]>
Acked-by: Jiri Slaby <[email protected]>
Signed-off-by: Helge Deller <[email protected]>
Diffstat (limited to 'fs/ext4/fast_commit.c')
0 files changed, 0 insertions, 0 deletions
