Author: jkim
Date: Tue Apr 23 18:30:33 2013
New Revision: 249816
URL: http://svnweb.freebsd.org/changeset/base/249816

Log:
  Fix white spaces.

Modified:
  head/sys/dev/acpi_support/acpi_toshiba.c
  head/sys/dev/bktr/bktr_core.c
  head/sys/dev/drm/mach64_dma.c

Modified: head/sys/dev/acpi_support/acpi_toshiba.c
==============================================================================
--- head/sys/dev/acpi_support/acpi_toshiba.c    Tue Apr 23 18:29:51 2013        
(r249815)
+++ head/sys/dev/acpi_support/acpi_toshiba.c    Tue Apr 23 18:30:33 2013        
(r249816)
@@ -324,7 +324,7 @@ hci_force_fan(ACPI_HANDLE h, int op, UIN
 
        ACPI_SERIAL_ASSERT(toshiba);
        if (op == HCI_SET) {
-               if (*state > 1)
+               if (*state > 1)
                        return (EINVAL);
                *state <<= HCI_FAN_SHIFT;
        }
@@ -368,7 +368,7 @@ hci_lcd_brightness(ACPI_HANDLE h, int op
 
        ACPI_SERIAL_ASSERT(toshiba);
        if (op == HCI_SET) {
-               if (*brightness > HCI_LCD_BRIGHTNESS_MAX)
+               if (*brightness > HCI_LCD_BRIGHTNESS_MAX)
                        return (EINVAL);
                *brightness <<= HCI_LCD_BRIGHTNESS_SHIFT;
        }
@@ -384,7 +384,7 @@ hci_lcd_backlight(ACPI_HANDLE h, int op,
 
        ACPI_SERIAL_ASSERT(toshiba);
        if (op == HCI_SET) {
-               if (*backlight > 1)
+               if (*backlight > 1)
                        return (EINVAL);
        }
        return (hci_call(h, op, HCI_REG_LCD_BACKLIGHT, backlight));
@@ -397,7 +397,7 @@ hci_cpu_speed(ACPI_HANDLE h, int op, UIN
 
        ACPI_SERIAL_ASSERT(toshiba);
        if (op == HCI_SET) {
-               if (*speed > HCI_CPU_SPEED_MAX)
+               if (*speed > HCI_CPU_SPEED_MAX)
                        return (EINVAL);
                *speed <<= HCI_CPU_SPEED_SHIFT;
        }

Modified: head/sys/dev/bktr/bktr_core.c
==============================================================================
--- head/sys/dev/bktr/bktr_core.c       Tue Apr 23 18:29:51 2013        
(r249815)
+++ head/sys/dev/bktr/bktr_core.c       Tue Apr 23 18:30:33 2013        
(r249816)
@@ -1936,7 +1936,7 @@ int
 tuner_ioctl( bktr_ptr_t bktr, int unit, ioctl_cmd_t cmd, caddr_t arg, struct 
thread* td )
 {
        int             tmp_int;
-       int             temp, temp1;
+       int             temp, temp1;
        int             offset;
        int             count;
        u_char          *buf;

Modified: head/sys/dev/drm/mach64_dma.c
==============================================================================
--- head/sys/dev/drm/mach64_dma.c       Tue Apr 23 18:29:51 2013        
(r249815)
+++ head/sys/dev/drm/mach64_dma.c       Tue Apr 23 18:30:33 2013        
(r249816)
@@ -512,7 +512,7 @@ void mach64_dump_ring_info(drm_mach64_pr
 
        DRM_INFO("\n");
 
-       if (ring->head < ring->size / sizeof(u32)) {
+       if (ring->head < ring->size / sizeof(u32)) {
                struct list_head *ptr;
                u32 addr = le32_to_cpu(((u32 *) ring->start)[ring->head + 1]);
 
@@ -1276,7 +1276,7 @@ int mach64_do_dispatch_pseudo_dma(drm_ma
                        entry = list_entry(ptr, drm_mach64_freelist_t, list);
                        buf = entry->buf;
                        offset = buf_addr - GETBUFADDR(buf);
-                       if (offset < MACH64_BUFFER_SIZE) {
+                       if (offset < MACH64_BUFFER_SIZE) {
                                found = 1;
                                break;
                        }
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to