forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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