Bug 261078 - linuxkpi: fix printf typo
Summary: linuxkpi: fix printf typo
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: Bjoern A. Zeeb
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-10 08:46 UTC by Ruslan Makhmatkhanov
Modified: 2022-01-16 23:21 UTC (History)
2 users (show)

See Also:


Attachments
patch (841 bytes, patch)
2022-01-10 08:46 UTC, Ruslan Makhmatkhanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2022-01-10 08:46:25 UTC
Created attachment 230865 [details]
patch

Fix typo in linux_80211.c: quuees -> queues

It shows up in messages like this:

iwlwifi0: lkpi_sta_scan_to_auth: waiting for 5 quuees to be allocated by driver
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-01-10 18:10:31 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=312ba38a9bee9510fb7836997b1360d95b9305d8

commit 312ba38a9bee9510fb7836997b1360d95b9305d8
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2022-01-10 18:08:17 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2022-01-10 18:08:17 +0000

    LinuxKPI: 802.11 correctly spell queues

    PR:             261078
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation

 sys/compat/linuxkpi/common/src/linux_80211.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 2 Bjoern A. Zeeb freebsd_committer freebsd_triage 2022-01-10 18:12:23 UTC
Thanks for the report and patch.  I'll MFC in a few days.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-01-16 23:21:36 UTC
A commit in branch stable/13 references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=a22fd093431fb345bc6c77a3716d180792246fd0

commit a22fd093431fb345bc6c77a3716d180792246fd0
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2022-01-10 18:08:17 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2022-01-16 22:39:37 +0000

    LinuxKPI: 802.11 correctly spell queues

    PR:             261078
    Sponsored by:   The FreeBSD Foundation

    (cherry picked from commit 312ba38a9bee9510fb7836997b1360d95b9305d8)

 sys/compat/linuxkpi/common/src/linux_80211.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)