forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 645e752c5a84baeb21015cdc85fc05b7d16312c8
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