commit | 61c7d828f3e7e303e8d6a5845b31e20c77dd195c | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Tue Jun 18 17:03:43 2024 +0200 |
committer | Marek Vasut <marex@denx.de> | Wed Jun 19 06:15:37 2024 +0200 |
tree | 1b130b5676d90211663eaa281339bd57637f52a1 | |
parent | bf2d56ea2bb5da5d2c8b6b906ac6e7c1c361824d [diff] |
usb: dwc3: add newlines to dev_vdbg calls in ep0 For some reason none of these debug prints have newlines, resulting in a "fun" surprise when attempting to debug this driver. The other parts of the dwc3 driver have newlines, add them here too (and fix some minor nearby indent issues to make checkpatch happy). Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org> Reviewed-by: Marek Vasut <marex@denx.de>