Commit e64851f5a0ad6ec991f74ebb3108c35aa0323d5f

Authored by Jim Cromie
Committed by Jiri Kosina
1 parent e05503ef11

b43: fix comment typo reqest -> request

Recent trivial fix corrected 'occured', but left 'reqest'.
codespell needs another dictionary entry.

cc: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

drivers/net/wireless/b43/b43.h
... ... @@ -648,8 +648,8 @@
648 648 char errors[B43_NR_FWTYPES][128];
649 649 /* Temporary buffer for storing the firmware name. */
650 650 char fwname[64];
651   - /* A fatal error occurred while requesting. Firmware reqest
652   - * can not continue, as any other reqest will also fail. */
  651 + /* A fatal error occurred while requesting. Firmware request
  652 + * can not continue, as any other request will also fail. */
653 653 int fatal_failure;
654 654 };
655 655