CVS commit: src/sys/arch/riscv/include
"Roland Illig" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: rillig Date: Sun Apr 19 20:10:40 UTC 2026 Modified Files: src/sys/arch/riscv/include: byte_swap.h Log Message: riscv/byte_swap: remove unneeded LINTED comment The cast to uint16_t is enough to convince lint that the code truncates the value on purpose. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/riscv/include/byte_swap.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.