]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
media: ddbridge/mci: add identifiers to function definition arguments
authorDaniel Scheller <d.scheller@gmx.net>
Wed, 9 May 2018 20:08:01 +0000 (16:08 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 28 May 2018 21:44:22 +0000 (17:44 -0400)
commitcaf2827cfe546ae2fbc27641c619be57c23d2a9b
tree8eff21a9d92a4d941dbd54cb6814a8d10382d855
parent525cac75740542e23c31cd0f248f9b29ae4978e9
media: ddbridge/mci: add identifiers to function definition arguments

Fixes two checkpatch warnings

  WARNING: function definition argument 'xxx' should also have an identifier name

in the ddb_mci_attach() prototype definition. checkpatch keeps complaining
on the "int (**fn_set_input)" as it seems to have issues with the
ptr-to-ptr, though this probably needs fixing in checkpatch.

Signed-off-by: Daniel Scheller <d.scheller@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/pci/ddbridge/ddbridge-mci.c
drivers/media/pci/ddbridge/ddbridge-mci.h