[PATCH 0/3] drivers: nubus: Fix coding style issues in nubus.c
From: Sayyad Abid
Date: Wed Oct 02 2024 - 09:28:41 EST
This patch series addresses coding style improvements in
the Nubus subsystem, specifically in `nubus.c`. These changes
aim to enhance readability and maintainability of the code.
These coding style inconsistencies were found using checkpatch.pl
Changes include:
1. Improved comment block formatting by aligning `*` in
multi-line comments.
2. Fixing assignments inside conditional statements to improve clarity.
3. Correcting the use of tabs for indentation in specific functions.
Each commit focuses on a specific aspect, as detailed below.
Sayyad Abid (3):
Fix use of tabs in nubus_get_vendorinfo and nubus_add_board
Fix use of assignment in if condition in nubus_add_board()
Fix use of * in comment block in nubus.c
drivers/nubus/nubus.c | 94 ++++++++++++++++++++++++-------------------
1 file changed, 53 insertions(+), 41 deletions(-)
--
2.39.5