[PATCH] Fixed format issue by replacing spaces with tabs.

From: Jeffrin Jose
Date: Sun Mar 20 2011 - 06:33:37 EST


This is a patch to the samsung-laptop.c file
in staging section under drivers that fixes
up format issue by replacing spaces with tabs
Author : Jeffrin Jose
Signed-off-by: Jeffrin Jose
---
drivers/staging/samsung-laptop/samsung-laptop.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/samsung-laptop/samsung-laptop.c b/drivers/staging/samsung-laptop/samsung-laptop.c
index 6607a89..ca27aec 100644
--- a/drivers/staging/samsung-laptop/samsung-laptop.c
+++ b/drivers/staging/samsung-laptop/samsung-laptop.c
@@ -261,7 +261,7 @@ static int sabi_get_command(u8 command, struct sabi_retval *sretval)
iface_data = readb(sabi_iface + SABI_IFACE_DATA);
if (complete != 0xaa || iface_data == 0xff) {
pr_warn("SABI get command 0x%02x failed with completion flag 0x%02x and data 0x%02x\n",
- command, complete, iface_data);
+ command, complete, iface_data);
retval = -EINVAL;
goto exit;
}
--
1.7.1


--82I3+IH0IqGh5yIs--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/