diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-06-07 13:33:43 +0200 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-06-11 15:46:21 -0700 |
commit | d171df6b73bb2e20d54d53a497cb405c0c902579 (patch) | |
tree | 5256c30c833218a5025642de6d6a69004d39627d /drivers/memory/jz4780-nemc.c | |
parent | 56a171e5dcb8d7d91c4571a62f28ae2b1e40f95f (diff) |
memory: jz4780-nemc: Grammar s/the its/its/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Kosina <trivial@kernel.org>
Cc: linux-mips@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'drivers/memory/jz4780-nemc.c')
-rw-r--r-- | drivers/memory/jz4780-nemc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/memory/jz4780-nemc.c b/drivers/memory/jz4780-nemc.c index f3a19b9b76ac..07c4d416f281 100644 --- a/drivers/memory/jz4780-nemc.c +++ b/drivers/memory/jz4780-nemc.c @@ -64,7 +64,7 @@ struct jz4780_nemc { * * Return: The number of unique NEMC banks referred to by the specified NEMC * child device. Unique here means that a device that references the same bank - * multiple times in the its "reg" property will only count once. + * multiple times in its "reg" property will only count once. */ unsigned int jz4780_nemc_num_banks(struct device *dev) { |