Skip to content

Commit

Permalink
b43: fix comment typo reqest -> request
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jim Cromie authored and Jiri Kosina committed May 23, 2011
1 parent e05503e commit e64851f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wireless/b43/b43.h
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,8 @@ struct b43_request_fw_context {
char errors[B43_NR_FWTYPES][128];
/* Temporary buffer for storing the firmware name. */
char fwname[64];
/* A fatal error occurred while requesting. Firmware reqest
* can not continue, as any other reqest will also fail. */
/* A fatal error occurred while requesting. Firmware request
* can not continue, as any other request will also fail. */
int fatal_failure;
};

Expand Down

0 comments on commit e64851f

Please sign in to comment.