forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/media/pci/pt3/pt3.h
....@@ -76,7 +76,7 @@
7676 u32 addr_l; /* bus address of target data buffer */
7777 u32 addr_h;
7878 u32 size;
79
- u32 next_l; /* bus adddress of the next xfer_desc */
79
+ u32 next_l; /* bus address of the next xfer_desc */
8080 u32 next_h;
8181 };
8282