On Wed, Jun 24, 2020 at 07:01:33AM +0000, Phu Luu wrote: > Assign the .throttle and .unthrottle functions to be generic function > in the driver structure to prevent data loss that can otherwise occur > if the host does not enable USB throttling. > > Signed-off-by: Phu Luu <phu.luu@xxxxxxxxxx> > Signed-off-by: Brant Merryman <brant.merryman@xxxxxxxxxx> One last form issue (besides the whitespace corrupted patch 2/2 that Greg pointed out): The SOB tags records how a patch got into the kernel (e.g. who forwarded it) and the first SOB should generally be the author's. In this case, I guess Brant is the primary author as he submitted these patches last time around. If so, you need to manually add From line at the beginning of the mail (i.e. before the commit message). If you use git-format-patch, git would handle that for you. You can also use the newish "Co-developed-by" tag to indicate joint authorship. More details can be found in Documentation/process/submitting-patches.rst Johan