Skip to content

Commit

Permalink
percpu: fix typo in pcpu_setup_first_chunk() comment
Browse files Browse the repository at this point in the history
s/perpcu/percpu/

Signed-off-by: Christophe JAILLET <[email protected]>
Signed-off-by: Dennis Zhou <[email protected]>
[Dennis: updated title]
  • Loading branch information
tititiou36 authored and dennisszhou committed Jul 23, 2019
1 parent 163fa23 commit 69ab285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/percpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69ab285

Please sign in to comment.