Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
Correct 'managementi' to 'management' in a comment describing
remote processor operations.

Signed-off-by: Henry Chaing <n96121210@gs.ncku.edu.tw>
  • Loading branch information
HenryChaing committed Feb 24, 2025
1 parent 8c0c0c3 commit 37c8aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/machine/zynqmp_r5/zynqmp_r5_a53_rproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ static int zynqmp_r5_a53_proc_notify(struct remoteproc *rproc, uint32_t id)
}

/* processor operations from r5 to a53. It defines
* notification operation and remote processor managementi operations. */
* notification operation and remote processor management operations. */

Check warning on line 183 in apps/machine/zynqmp_r5/zynqmp_r5_a53_rproc.c

View workflow job for this annotation

GitHub Actions / checkpatch review

BLOCK_COMMENT_STYLE

apps/machine/zynqmp_r5/zynqmp_r5_a53_rproc.c:183 Block comments use a trailing */ on a separate line
const struct remoteproc_ops zynqmp_r5_a53_proc_ops = {
.init = zynqmp_r5_a53_proc_init,
.remove = zynqmp_r5_a53_proc_remove,
Expand Down

0 comments on commit 37c8aa7

Please sign in to comment.