greybus: es1: fix tiny whitespace issues
No trailing spaces or spaces before tabs are allowed. Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
This commit is contained in:
parent
6c28f09658
commit
2f4e236648
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user