aboutsummaryrefslogtreecommitdiff
path: root/lib/libbcm/bcm57xx.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-02-22 16:40:56 +0100
committerAlexey Kardashevskiy <aik@ozlabs.ru>2023-02-28 16:12:57 +1100
commit9604efb1832de13b51f93ad0a3581f9ed6dc04b5 (patch)
tree67b01f8c25785243baedd3863df657baa3d086a2 /lib/libbcm/bcm57xx.c
parentac9eac38755af41c114bef5515aa6863ad648d86 (diff)
downloadSLOF-9604efb1832de13b51f93ad0a3581f9ed6dc04b5.zip
SLOF-9604efb1832de13b51f93ad0a3581f9ed6dc04b5.tar.gz
SLOF-9604efb1832de13b51f93ad0a3581f9ed6dc04b5.tar.bz2
Fix typos in the remaining lib folders
Found with the "codespell" utility. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'lib/libbcm/bcm57xx.c')
-rw-r--r--lib/libbcm/bcm57xx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libbcm/bcm57xx.c b/lib/libbcm/bcm57xx.c
index 2ecb517..f6765ce 100644
--- a/lib/libbcm/bcm57xx.c
+++ b/lib/libbcm/bcm57xx.c
@@ -16,7 +16,7 @@
* reference:
* Broadcom 57xx
* Host Programmer Interface Specification for the
- * NetXtreme Family of Highly-Integrated Media Access Controlers
+ * NetXtreme Family of Highly-Integrated Media Access Controllers
*/
#include <stdint.h>
#include <stdio.h>
@@ -3255,7 +3255,7 @@ bcm_setmac(char mac_addr1[6], char mac_addr2[6])
manu[(0xCC-0x74)/4] = val3;
manu[(0xD0-0x74)/4] = val4;
- /* Calculate the new manufacturing datas CRC */
+ /* Calculate the new manufacturing data CRC */
crc = util_gen_crc(((char *)manu),
MANUFACTURING_INFO_SIZE - 4, 0xFFFFFFFF);