Page MenuHomeFreeBSD

mmc_xpt: Remove dubious end of mmc_print_ident
ClosedPublic

Authored by jhb on Jul 31 2023, 10:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 9, 7:33 AM
Unknown Object (File)
Sun, Jun 9, 7:33 AM
Unknown Object (File)
Sun, Jun 9, 7:33 AM
Unknown Object (File)
Sun, Jun 9, 7:21 AM
Unknown Object (File)
May 2 2024, 9:05 AM
Unknown Object (File)
May 2 2024, 9:05 AM
Unknown Object (File)
May 2 2024, 9:05 AM
Unknown Object (File)
May 2 2024, 2:46 AM
Subscribers
None

Details

Summary

The end of this function finishes the passed in sbuf, calls printf
manually on the contents, and then clears it. The caller then tries
to print the resulting sbuf. This works currently but will not work
for future callers that pass in an external sbuf to be appended to.

Sponsored by: Chelsio Communications

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable