forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/arch/mips/include/asm/octeon/cvmx-pip.h
....@@ -503,7 +503,7 @@
503503 * offsetof() to determine the offsets into packet headers.
504504 * For example, offsetof(ethhdr, protocol) returns the offset
505505 * of the ethernet protocol field. The bitmask selects which
506
- * bytes to include the the tag, with bit offset X selecting
506
+ * bytes to include the tag, with bit offset X selecting
507507 * byte at offset X from the beginning of the packet data.
508508 * @len: Number of bytes to include. Usually this is the sizeof()
509509 * the field.