No trailing spaces or spaces before tabs are allowed.
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
* 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)
{
retval = count;
}
kfree(tmp_buf);
-
+
return retval;
}