[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1697619623.git.anonolitunya@gmail.com>
Date: Wed, 18 Oct 2023 12:07:34 +0300
From: Dorcas AnonoLitunya <anonolitunya@...il.com>
To: unlisted-recipients:; (no To-header on input)
Cc: anonolitunya@...il.com, outreachy@...ts.linux.dev,
julia.lawall@...ia.fr, dan.carpenter@...aro.org,
andi.shyti@...ux.intel.com,
Sudip Mukherjee <sudipm.mukherjee@...il.com>,
Teddy Wang <teddy.wang@...iconmotion.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-fbdev@...r.kernel.org, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] Remove unused return values from functions
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.
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
Powered by blists - more mailing lists