Re: [Outreachy kernel] [PATCH 2/2] staging: media: omap4iss: align arguments with open parenthesis

From: Matthew Wilcox
Date: Thu Apr 01 2021 - 14:31:56 EST


On Thu, Apr 01, 2021 at 04:07:39PM +0100, Beatriz Martins de Carvalho wrote:
> subdev = v4l2_i2c_new_subdev_board(&iss->v4l2_dev, adapter,
> - board_info->board_info, NULL);
> + board_info->board_info, NULL);

Also not a readability improvement. This checkpatch warning should
be disregarded.