commit | c9b03a11005f6c1b8945a69f456653e8cdb70fdb | [log] [tgz] |
---|---|---|
author | Eslam Khafagy <eslam.medhat1993@gmail.com> | Sun Jun 08 01:24:25 2025 +0300 |
committer | Alexei Starovoitov <ast@kernel.org> | Wed Jun 11 12:30:41 2025 -0700 |
tree | 0af4138c63f8908ac9c5928d810e35a2104f4028 | |
parent | 2d72dd14d77f31a7caa619fe0b889304844e612e [diff] |
bpf, doc: Improve wording of docs The phrase "dividing -1" is one I find confusing. E.g., "INT_MIN dividing -1" sounds like "-1 / INT_MIN" rather than the inverse. "divided by" instead of "dividing" assuming the inverse is meant. Signed-off-by: Eslam Khafagy <eslam.medhat1993@gmail.com> Acked-by: Yonghong Song <yonghong.song@linux.dev> Link: https://lore.kernel.org/r/20250607222434.227890-1-eslam.medhat1993@gmail.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>