From b411f12174af8ccea513bd1cc2ea9f80875fb648 Mon Sep 17 00:00:00 2001 From: "Clelia V. Korol" Date: Thu, 16 Sep 2010 15:00:19 -0300 Subject: [PATCH] staging: vt6656: Fixed indentation with spaces Fixed the last 5 lines, indented with spaces, replacing spaces with tabs. Signed-off-by: Clelia V. Korol Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6656/mac.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/vt6656/mac.c b/drivers/staging/vt6656/mac.c index 33698edde4f..26c19d1408c 100644 --- a/drivers/staging/vt6656/mac.c +++ b/drivers/staging/vt6656/mac.c @@ -471,10 +471,10 @@ BYTE pbyData[2]; pbyData[1] = (BYTE) (wInterval >> 8); CONTROLnsRequestOut(pDevice, - MESSAGE_TYPE_WRITE, - MAC_REG_BI, - MESSAGE_REQUEST_MACREG, - 2, - pbyData - ); + MESSAGE_TYPE_WRITE, + MAC_REG_BI, + MESSAGE_REQUEST_MACREG, + 2, + pbyData + ); } -- 2.11.4.GIT