Skip to content

Commit

Permalink
init/main: fix reset_device comment
Browse files Browse the repository at this point in the history
Fix incorrect spelling of situation.

Signed-off-by: Frans Klaver <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
fransklaver authored and Jiri Kosina committed Mar 6, 2015
1 parent 52df3d5 commit fc454fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ EXPORT_SYMBOL_GPL(static_key_initialized);
* rely on the BIOS and skip the reset operation.
*
* This is useful if kernel is booting in an unreliable environment.
* For ex. kdump situaiton where previous kernel has crashed, BIOS has been
* For ex. kdump situation where previous kernel has crashed, BIOS has been
* skipped and devices will be in unknown state.
*/
unsigned int reset_devices;
Expand Down

0 comments on commit fc454fd

Please sign in to comment.