Commit 8a122a66 authored by Atish Patra's avatar Atish Patra Committed by Palmer Dabbelt

RISC-V: Fix a comment typo in riscv_of_parent_hartid()

This fixes a typo in a comment that is both obvious and went unnoticed.
Signed-off-by: default avatarAtish Patra <atishp@rivosinc.com>
Fixes: a9b20260 ("RISC-V: Improve /proc/cpuinfo output for ISA extensions")
Signed-off-by: default avatarPalmer Dabbelt <palmer@rivosinc.com>
parent b81d5913
...@@ -73,7 +73,7 @@ int riscv_of_parent_hartid(struct device_node *node) ...@@ -73,7 +73,7 @@ int riscv_of_parent_hartid(struct device_node *node)
* Here are the ordering rules of extension naming defined by RISC-V * Here are the ordering rules of extension naming defined by RISC-V
* specification : * specification :
* 1. All extensions should be separated from other multi-letter extensions * 1. All extensions should be separated from other multi-letter extensions
* from other multi-letter extensions by an underscore. * by an underscore.
* 2. The first letter following the 'Z' conventionally indicates the most * 2. The first letter following the 'Z' conventionally indicates the most
* closely related alphabetical extension category, IMAFDQLCBKJTPVH. * closely related alphabetical extension category, IMAFDQLCBKJTPVH.
* If multiple 'Z' extensions are named, they should be ordered first * If multiple 'Z' extensions are named, they should be ordered first
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment