From: Clelia V. Korol Date: Thu, 16 Sep 2010 18:00:19 +0000 (-0300) Subject: staging: vt6656: Fixed indentation with spaces X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b411f12174af8ccea513bd1cc2ea9f80875fb648;p=deliverable%2Flinux.git 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 --- diff --git a/drivers/staging/vt6656/mac.c b/drivers/staging/vt6656/mac.c index 33698edde4fb..26c19d1408c4 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 + ); }