Do not unnecessarily split a string literal, because

splitting it makes it hard to grep.

Submitted by:	Christoph Mallon
This commit is contained in:
Hans Petter Selasky 2013-01-30 16:08:05 +00:00
parent b51875c9f6
commit e465b973a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246126

View File

@ -890,8 +890,8 @@ xhci_check_transfer(struct xhci_softc *sc, struct xhci_trb *trb)
*/
if (td->remainder > 0) {
if (td->alt_next == NULL) {
DPRINTF("short TD has no "
"alternate next\n");
DPRINTF(
"short TD has no alternate next\n");
xhci_generic_done(xfer);
break;
}