diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-27 17:28:55 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-02-27 21:43:46 -0500 |
commit | 8ab102d60a0c19df602f3758848d55f0703bf9bb (patch) | |
tree | bce0a878a5fd3e790a54c888cffb85f513937916 /drivers/watchdog | |
parent | 0f5e1558306076adec7255b317b89480d8aaa304 (diff) |
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>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/bcm2835_wdt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/watchdog/bcm2835_wdt.c b/drivers/watchdog/bcm2835_wdt.c index 496f6c106bb1..b339e0e67b4c 100644 --- a/drivers/watchdog/bcm2835_wdt.c +++ b/drivers/watchdog/bcm2835_wdt.c | |||
@@ -36,9 +36,9 @@ | |||
36 | #define PM_RSTC_RESET 0x00000102 | 36 | #define PM_RSTC_RESET 0x00000102 |
37 | 37 | ||
38 | /* | 38 | /* |
39 | * The Raspberry Pi firmware uses the RSTS register to know which partiton | 39 | * The Raspberry Pi firmware uses the RSTS register to know which partition |
40 | * to boot from. The partiton value is spread into bits 0, 2, 4, 6, 8, 10. | 40 | * to boot from. The partition value is spread into bits 0, 2, 4, 6, 8, 10. |
41 | * Partiton 63 is a special partition used by the firmware to indicate halt. | 41 | * Partition 63 is a special partition used by the firmware to indicate halt. |
42 | */ | 42 | */ |
43 | #define PM_RSTS_RASPBERRYPI_HALT 0x555 | 43 | #define PM_RSTS_RASPBERRYPI_HALT 0x555 |
44 | 44 | ||