Re: git: 87e140a5c6f8 - main - iwlwifi: avoid (hard) hang on loading module

From: Warner Losh <imp_at_bsdimp.com>
Date: Tue, 10 Dec 2024 22:50:02 UTC
On Tue, Dec 10, 2024, 3:09 PM Ed Maste <emaste@freebsd.org> wrote:

> 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.
>

It's either in style.9 as a length exception or is in a review
somewhere...  it make it easier to grep the error messages...

Warner

>