Re: git: 87e140a5c6f8 - main - iwlwifi: avoid (hard) hang on loading module
Date: Tue, 10 Dec 2024 22:09:38 UTC
On Mon, 9 Dec 2024 at 20:55, Bjoern A. Zeeb <bz@freebsd.org> wrote: > > On Mon, 9 Dec 2024, Jessica Clarke wrote: > > > On 9 Dec 2024, at 14:47, Bjoern A. Zeeb <bz@FreeBSD.org> wrote: > >> > >> The branch main has been updated by bz: > >> > >> URL: https://cgit.FreeBSD.org/src/commit/?id=87e140a5c6f89eea7ea6320d1ae34566492abfc0 > >> + if (bootverbose) > >> + printf("%s: module '%s' not yet available; will be" > >> + "initialized in a moment\n", __func__, op->name); > > > > Missing a space in the string. > > Thanks; I'll add that. Or just allow the line to go beyond 80 columns, allowing someone to grep for "will be initialized in a moment" to find the source of this string.