Commit 2f4e2366 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

greybus: es1: fix tiny whitespace issues

No trailing spaces or spaces before tabs are allowed.
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 6c28f096
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment