You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
scripts/spelling.txt: add "partiton" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt: partiton||partition Link: http://lkml.kernel.org/r/1481573103-11329-7-git-send-email-yamada.masahiro@socionext.com Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
0f5e155830
commit
8ab102d60a
@@ -36,9 +36,9 @@
|
||||
#define PM_RSTC_RESET 0x00000102
|
||||
|
||||
/*
|
||||
* The Raspberry Pi firmware uses the RSTS register to know which partiton
|
||||
* to boot from. The partiton value is spread into bits 0, 2, 4, 6, 8, 10.
|
||||
* Partiton 63 is a special partition used by the firmware to indicate halt.
|
||||
* The Raspberry Pi firmware uses the RSTS register to know which partition
|
||||
* to boot from. The partition value is spread into bits 0, 2, 4, 6, 8, 10.
|
||||
* Partition 63 is a special partition used by the firmware to indicate halt.
|
||||
*/
|
||||
#define PM_RSTS_RASPBERRYPI_HALT 0x555
|
||||
|
||||
|
||||
Reference in New Issue
Block a user