aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/pt3/pt3.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/pci/pt3/pt3.h')
-rw-r--r--drivers/media/pci/pt3/pt3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/pt3/pt3.h b/drivers/media/pci/pt3/pt3.h
index 495891a4ee17..a53124438f51 100644
--- a/drivers/media/pci/pt3/pt3.h
+++ b/drivers/media/pci/pt3/pt3.h
@@ -76,7 +76,7 @@ struct xfer_desc {
u32 addr_l; /* bus address of target data buffer */
u32 addr_h;
u32 size;
- u32 next_l; /* bus adddress of the next xfer_desc */
+ u32 next_l; /* bus address of the next xfer_desc */
u32 next_h;
};