Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Sep 2022 07:39:30 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d036dd864f7a - stable/13 - iwm(4): Remove a whitespace
Message-ID:  <202209120739.28C7dUTj007514@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

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

commit d036dd864f7abddb2bab2911ebad83813b2553fa
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 11:09:26 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-12 07:39:18 +0000

    iwm(4): Remove a whitespace
    
    In 9f4dc7fd97de I accidentally added a whitespace at the
    end of the line. Remove it.
    
    Reported by:    Jose Luis Duran (via github)
    MFC with:       9f4dc7fd97de
    
    (cherry picked from commit 2543276943794899eb4cc1ccab0d0235d36f2a70)
---
 sys/dev/iwm/if_iwmreg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/iwm/if_iwmreg.h b/sys/dev/iwm/if_iwmreg.h
index ee274e54a76b..14b79587a4d8 100644
--- a/sys/dev/iwm/if_iwmreg.h
+++ b/sys/dev/iwm/if_iwmreg.h
@@ -4846,7 +4846,7 @@ struct iwm_ba_notif {
 /*
  * struct iwm_mac_beacon_cmd - beacon template command
  * @tx: the tx commands associated with the beacon frame
- * @template_id: currently equal to the mac context id of the corresponding 
+ * @template_id: currently equal to the mac context id of the corresponding
  *  mac.
  * @tim_idx: the offset of the tim IE in the beacon
  * @tim_size: the length of the tim IE



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