greybus: es1: fix tiny whitespace issues
authorGreg Kroah-Hartman <greg@kroah.com>
Tue, 24 Mar 2015 19:03:39 +0000 (20:03 +0100)
committerGreg Kroah-Hartman <greg@kroah.com>
Tue, 24 Mar 2015 19:03:39 +0000 (20:03 +0100)
No trailing spaces or spaces before tabs are allowed.

Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/es1.c

index 8de005b..4524add 100644 (file)
@@ -129,7 +129,7 @@ static void usb_log_enable(struct es1_ap_dev *es1, int enable);
  *             host driver.  I.e., ((char *)buffer - headroom) must
  *             point to valid memory, usable only by the host driver.
  *  size_max:  The maximum size of a buffer (not including the
- *             headroom) must not exceed this.
+ *             headroom) must not exceed this.
  */
 static void hd_buffer_constraints(struct greybus_host_device *hd)
 {
@@ -597,7 +597,7 @@ static ssize_t apb1_log_enable_write(struct file *f, const char __user *buf,
                retval = count;
        }
        kfree(tmp_buf);
-       
+
        return retval;
 }