mbox series

[GIT,PULL,FOR,v6.10] Various fixes

Message ID 6e1eed19-407f-4625-89e2-ad4192677393@xs4all.nl
State New
Headers show
Series [GIT,PULL,FOR,v6.10] Various fixes | expand

Pull-request

git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.10g

Message

Hans Verkuil April 15, 2024, 1:41 p.m. UTC
Lots of ttpci checkpatch fixes to clean up the code.

One long standing usb siano fix.

If there are no objections, then I plan to push this tomorrow.

Regards,

	Hans

The following changes since commit 71b3ed53b08d87212fbbe51bdc3bf44eb8c462f8:

  media: atomisp: Implement link_setup() op for ISP subdev MC entity (2024-04-11 15:40:29 +0200)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.10g

for you to fetch changes up to bd78bf57c1aebbc36ae4057424daed778544513a:

  media: usb: siano: Fix allocation of urbs (2024-04-15 14:50:24 +0200)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Ricardo Ribalda (1):
      media: usb: siano: Fix allocation of urbs

Stefan Herdler (10):
      media: ttpci: coding style fixes: whitespace and newlines
      media: ttpci: coding style fixes: whitespace
      media: ttpci: coding style fixes: comments
      media: ttpci: coding style fixes: braces
      media: ttpci: coding style fixes: export_symbol
      media: ttpci: coding style fixes: assign_in_if
      media: ttpci: coding style fixes: trailing_statements
      media: ttpci: coding style fixes: constant_comparsation
      media: ttpci: coding style fixes: miscellaneous
      media: ttpci: coding style fixes: logging

 drivers/media/pci/ttpci/budget-av.c   | 571 ++++++++++++++++++++++++++++++++++++------------------------------------
 drivers/media/pci/ttpci/budget-ci.c   | 495 +++++++++++++++++++++++++++++++-------------------------------
 drivers/media/pci/ttpci/budget-core.c |  38 ++---
 drivers/media/pci/ttpci/budget.c      | 173 ++++++++++++----------
 drivers/media/pci/ttpci/budget.h      |  21 ++-
 drivers/media/usb/siano/smsusb.c      |  20 ++-
 6 files changed, 672 insertions(+), 646 deletions(-)