diff options
author | Ricardo Ribalda <[email protected]> | 2024-01-26 23:16:04 +0000 |
---|---|---|
committer | Hans Verkuil <[email protected]> | 2024-02-05 12:57:45 +0100 |
commit | d7f4cdc0647014f938ad06cd679d9ad3da070a3e (patch) | |
tree | 30de40fb1302a8a97a0da4852609d623b5c4b0f6 | |
parent | f26d914262311b24723a3891a4a6f2ca6ac54ae2 (diff) |
media: pci: dt315.h: Fix kerneldoc
The field is gone, remove it.
Signed-off-by: Ricardo Ribalda <[email protected]>
Reviewed-by: Randy Dunlap <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
-rw-r--r-- | drivers/media/pci/dt3155/dt3155.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/pci/dt3155/dt3155.h b/drivers/media/pci/dt3155/dt3155.h index c9ce79cb5566..ce1835d9691e 100644 --- a/drivers/media/pci/dt3155/dt3155.h +++ b/drivers/media/pci/dt3155/dt3155.h @@ -162,7 +162,6 @@ * @height: frame height * @input: current input * @sequence: frame counter - * @stats: statistics structure * @regs: local copy of mmio base register * @csr2: local copy of csr2 register * @config: local copy of config register |