forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
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