mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
scripts/spelling.txt: add regsiter -> register spelling mistake
This typo is quite common. Fix it and add it to the spelling file so that checkpatch catches it earlier. Link: http://lkml.kernel.org/r/20170317011131.6881-2-sboyd@codeaurora.org Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> 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
d1b7c9344b
commit
ad61dd303a
@@ -845,7 +845,7 @@ static int processCFI(const u8 *start, const u8 *end, unsigned long targetLoc,
|
||||
* state->dataAlign;
|
||||
break;
|
||||
case DW_CFA_def_cfa_register:
|
||||
unw_debug("cfa_def_cfa_regsiter: ");
|
||||
unw_debug("cfa_def_cfa_register: ");
|
||||
state->cfa.reg = get_uleb128(&ptr.p8, end);
|
||||
break;
|
||||
/*todo case DW_CFA_def_cfa_expression: */
|
||||
|
Reference in New Issue
Block a user