scripts/spelling.txt: add "aligment" pattern and fix typo instances
Fix typos and add the following to the scripts/spelling.txt: aligment||alignment I did not touch the "N_BYTE_ALIGMENT" macro in drivers/net/wireless/realtek/rtlwifi/wifi.h to avoid unpredictable impact. I fixed "_aligment_handler" in arch/openrisc/kernel/entry.S because it is surrounded by #if 0 ... #endif. It is surely safe and I confirmed "_alignment_handler" is correct. I also fixed the "controler" I found in the same hunk in arch/openrisc/kernel/head.S. Link: http://lkml.kernel.org/r/1481573103-11329-8-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
8ab102d60a
commit
550116d21a
@@ -181,7 +181,7 @@
|
||||
#define HW_ASSISTED_I2C_STATUS_FAILURE 2
|
||||
#define HW_ASSISTED_I2C_STATUS_SUCCESS 1
|
||||
|
||||
#pragma pack(1) /* BIOS data must use byte aligment */
|
||||
#pragma pack(1) /* BIOS data must use byte alignment */
|
||||
|
||||
/* Define offset to location of ROM header. */
|
||||
|
||||
@@ -7909,7 +7909,7 @@ typedef struct _ATOM_POWERPLAY_INFO_V3
|
||||
|
||||
/*********************************************************************************/
|
||||
|
||||
#pragma pack() // BIOS data must use byte aligment
|
||||
#pragma pack() // BIOS data must use byte alignment
|
||||
|
||||
//
|
||||
// AMD ACPI Table
|
||||
|
Reference in New Issue
Block a user