diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2017-04-20 15:55:28 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2017-04-20 15:55:28 +1000 |
commit | 742bb87ba1769b20d0cc69459ec70227388818aa (patch) | |
tree | 8eb642eed7ec67dd7d2c7e9f4b16a12111488e80 /arch/powerpc/mm/icswx.c | |
parent | 96ea0159c4161a92a1727fb06db44257b8e74ce4 (diff) | |
parent | 7370e0f939cf6836fd02b535db16929d8844eb95 (diff) | |
download | linux-next-742bb87ba1769b20d0cc69459ec70227388818aa.tar.gz |
Merge branch 'akpm/master'
Diffstat (limited to 'arch/powerpc/mm/icswx.c')
-rw-r--r-- | arch/powerpc/mm/icswx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/icswx.c b/arch/powerpc/mm/icswx.c index 915412e4d5ba..1fa794d7d59f 100644 --- a/arch/powerpc/mm/icswx.c +++ b/arch/powerpc/mm/icswx.c @@ -186,7 +186,7 @@ static u32 acop_get_inst(struct pt_regs *regs) } /** - * @regs: regsiters at time of interrupt + * @regs: registers at time of interrupt * @address: storage address * @error_code: Fault code, usually the DSISR or ESR depending on * processor type |