]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
media: staging: media: omap4iss: align arguments with open parenthesis
authorBeatriz Martins de Carvalho <martinsdecarvalhobeatriz@gmail.com>
Thu, 1 Apr 2021 15:07:39 +0000 (17:07 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 9 Apr 2021 11:10:52 +0000 (13:10 +0200)
Cleans up checks of "Alignment should match open parenthesis"
in iss.c:96.

Signed-off-by: Beatriz Martins de Carvalho <martinsdecarvalhobeatriz@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/omap4iss/iss.c

index ac8a96be3e30183fad5a4bc567c735e2294e2987..68588e9dab0b6dfe3c8b73a70c3d4b6b1bfaefcb 100644 (file)
@@ -965,7 +965,7 @@ iss_register_subdev_group(struct iss_device *iss,
                }
 
                subdev = v4l2_i2c_new_subdev_board(&iss->v4l2_dev, adapter,
-                               board_info->board_info, NULL);
+                                                  board_info->board_info, NULL);
                if (!subdev) {
                        dev_err(iss->dev, "Unable to register subdev %s\n",
                                board_info->board_info->type);