On Wed, 18 Oct 2023, Dorcas AnonoLitunya wrote: > Modifies the return type of different static functions to void as the return value is being ignored > in all funtion calls thus not useful to have a return type.This improves > code readability and maintainability. Remember to put a space between a period and the start of the next sentence. julia > > Dorcas AnonoLitunya (2): > staging: sm750fb: Remove unused return value in > display_control_adjust_sm750le() > staging: sm750fb: Remove unused return value in > program_mode_registers() > > drivers/staging/sm750fb/ddk750_mode.c | 9 +++------ > 1 file changed, 3 insertions(+), 6 deletions(-) > > -- > 2.42.0.345.gaab89be2eb > > >