Commit 3e9cc5b0 authored by Darshana Padmadas's avatar Darshana Padmadas Committed by Greg Kroah-Hartman

Staging: lustre: Fix return in void function warning

This fixes checkpatch.pl warning:

WARNING: void function return statements are not generally useful
Signed-off-by: default avatarDarshana Padmadas <darshanapadmadas@gmail.com>
Reviewed-by: default avatarJosh Triplett <josh@joshtriplett.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6606a77f
...@@ -83,6 +83,5 @@ static inline void cfs_memory_pressure_restore(int old) ...@@ -83,6 +83,5 @@ static inline void cfs_memory_pressure_restore(int old)
memory_pressure_set(); memory_pressure_set();
else else
memory_pressure_clr(); memory_pressure_clr();
return;
} }
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment