public inbox for linux-input@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Input: analog: fix coding style violations
@ 2026-04-13 22:19 Akash Sukhavasi
  2026-04-13 22:19 ` [PATCH 1/2] Input: analog: Fix coding style - trailing statements on same line Akash Sukhavasi
  2026-04-13 22:19 ` [PATCH 2/2] Input: analog: Fix coding style - indentation and parenthesis spacing Akash Sukhavasi
  0 siblings, 2 replies; 3+ messages in thread
From: Akash Sukhavasi @ 2026-04-13 22:19 UTC (permalink / raw)
  To: dmitry.torokhov; +Cc: linux-input, linux-kernel, Akash Sukhavasi

This patch series resolves 15 errors and addresses several warnings 
reported by checkpatch.pl in the drivers/input/joystick/analog.c driver. 
The original code contained multiple instances of trailing statements 
on single-line conditionals, as well as minor indentation and spacing 
issues that are in violation of kernel coding style. 

This series breaks the cleanups into two logical parts:
1. Fixing trailing statements (moving them to their own lines).
2. Correcting indentation and parenthesis spacing.

Several warnings are intentionally left unaddressed, as they require 
semantic or functional changes outside the scope of this formatting 
cleanup:
- printk() to pr_warn()/pr_info() conversions
- simple_strtoul() to kstrtoul() conversion
- Filename strings embedded in printk() messages
- Quoted string split across lines
- Suspect indent on fail3 label

Tested with: scripts/checkpatch.pl --strict on the final patch.

Signed-off-by: Akash Sukhavasi <akash.sukhavasi@gmail.com>
---
Akash Sukhavasi (2):
  Input: analog: Fix coding style - trailing statements on same line
  Input: analog: Fix coding style - indentation and parenthesis spacing

 drivers/input/joystick/analog.c | 49 +++++++++++++++++++++++----------
 1 file changed, 34 insertions(+), 15 deletions(-)

-- 
2.53.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-04-13 22:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-13 22:19 [PATCH 0/2] Input: analog: fix coding style violations Akash Sukhavasi
2026-04-13 22:19 ` [PATCH 1/2] Input: analog: Fix coding style - trailing statements on same line Akash Sukhavasi
2026-04-13 22:19 ` [PATCH 2/2] Input: analog: Fix coding style - indentation and parenthesis spacing Akash Sukhavasi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox