diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2019-07-21 11:56:33 +0200 |
---|---|---|
committer | Dennis Zhou <dennis@kernel.org> | 2019-07-23 11:35:21 -0700 |
commit | 69ab285b682328ef7622f0567f8afebb00b404f3 (patch) | |
tree | 433504e87d43742f03defa04a91079ea789a8903 | |
parent | 163fa23435cc9c705a71001d4aa15f3f945554a1 (diff) | |
download | linux-69ab285b682328ef7622f0567f8afebb00b404f3.tar.gz linux-69ab285b682328ef7622f0567f8afebb00b404f3.tar.bz2 linux-69ab285b682328ef7622f0567f8afebb00b404f3.zip |
percpu: fix typo in pcpu_setup_first_chunk() comment
s/perpcu/percpu/
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Dennis Zhou <dennis@kernel.org>
[Dennis: updated title]
-rw-r--r-- | mm/percpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/percpu.c b/mm/percpu.c index 5a918a4b1da0..7e2aa0305c27 100644 --- a/mm/percpu.c +++ b/mm/percpu.c @@ -2220,7 +2220,7 @@ static void pcpu_dump_alloc_info(const char *lvl, * @base_addr: mapped address * * Initialize the first percpu chunk which contains the kernel static - * perpcu area. This function is to be called from arch percpu area + * percpu area. This function is to be called from arch percpu area * setup path. * * @ai contains all information necessary to initialize the first |