[brcm63xx] fix tab damage in 141-led_count.patch
authorFlorian Fainelli <florian@openwrt.org>
Tue, 21 Jun 2011 20:52:58 +0000 (20:52 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 21 Jun 2011 20:52:58 +0000 (20:52 +0000)
SVN-Revision: 27254

target/linux/brcm63xx/patches-2.6.39/141-led_count.patch
target/linux/brcm63xx/patches-3.0/141-led_count.patch

index baf092053d188c218ce58fdb16b22200b26ee4f4..e0fa19808a127962b040314d2e0f1dc857a5eec4 100644 (file)
@@ -15,7 +15,7 @@
 -      bcm63xx_led_data.num_leds = ARRAY_SIZE(board.leds);
 +      /* count number of LEDs defined by this device */
 +      while (led_count < ARRAY_SIZE(board.leds) && board.leds[led_count].name)
-+        led_count++;
++              led_count++;
 +
 +      bcm63xx_led_data.num_leds = led_count;
        bcm63xx_led_data.leds = board.leds;
index 582f868760703f3bda6ccbc4fc83c5ef5f5cd586..c9adbb2685a2b8be13e634c00e846807eca6597a 100644 (file)
@@ -15,7 +15,7 @@
 -      bcm63xx_led_data.num_leds = ARRAY_SIZE(board.leds);
 +      /* count number of LEDs defined by this device */
 +      while (led_count < ARRAY_SIZE(board.leds) && board.leds[led_count].name)
-+        led_count++;
++              led_count++;
 +
 +      bcm63xx_led_data.num_leds = led_count;
        bcm63xx_led_data.leds = board.leds;