[PATCH 1/3] drivers: nubus: Fix use of tabs in nubus_get_vendorinfo and nubus_add_board in nubus.c

From: Sayyad Abid
Date: Wed Oct 02 2024 - 09:28:53 EST


This change maintinas code consistency and compliance with
rest of the kernel codebase by implementing use of tabs for
indent where possible

Signed-off-by: Sayyad Abid <sayyad.abid16@xxxxxxxxx>
---
drivers/nubus/nubus.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/nubus/nubus.c b/drivers/nubus/nubus.c
index ab0f32b901c8..08cf585cb471 100644
--- a/drivers/nubus/nubus.c
+++ b/drivers/nubus/nubus.c
@@ -615,7 +615,7 @@ static int __init nubus_get_vendorinfo(struct nubus_board *board,
struct nubus_dir dir;
struct nubus_dirent ent;
static char *vendor_fields[6] = { "ID", "serial", "revision",
- "part", "date", "unknown field" };
+ "part", "date", "unknown field" };

pr_debug(" vendor info:\n");
nubus_get_subdir(parent, &dir);
@@ -783,7 +783,7 @@ static void __init nubus_add_board(int slot, int bytelanes)
/* Set up the directory pointer */
board->directory = board->fblock;
nubus_move(&board->directory, nubus_expand32(board->doffset),
- board->lanes);
+ board->lanes);

nubus_get_root_dir(board, &dir);

--
2.39.5