Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2024 17:09:38 -0500
From:      Ed Maste <emaste@freebsd.org>
To:        "Bjoern A. Zeeb" <bz@freebsd.org>
Cc:        Jessica Clarke <jrtc27@freebsd.org>,  "src-committers@freebsd.org" <src-committers@freebsd.org>,  "dev-commits-src-all@freebsd.org" <dev-commits-src-all@freebsd.org>,  "dev-commits-src-main@freebsd.org" <dev-commits-src-main@freebsd.org>
Subject:   Re: git: 87e140a5c6f8 - main - iwlwifi: avoid (hard) hang on loading module
Message-ID:  <CAPyFy2CHFH5SF3=YNZLA2iUOA2z9Kugn5Xx4xagDrt4jnz2a5g@mail.gmail.com>
In-Reply-To: <0883q825-802q-2n9q-3s4o-3nq13qpqno71@SerrOFQ.bet>
References:  <202412091447.4B9ElFBH050286@gitrepo.freebsd.org> <6F9C2C43-A3DD-4CF5-AC27-899FE139E9A6@freebsd.org> <0883q825-802q-2n9q-3s4o-3nq13qpqno71@SerrOFQ.bet>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPyFy2CHFH5SF3=YNZLA2iUOA2z9Kugn5Xx4xagDrt4jnz2a5g>