Re: [PATCH v1 4/6] staging: media: atomisp: reformat code comment blocks

From: Dan Carpenter
Date: Thu Apr 29 2021 - 06:08:40 EST


On Wed, Apr 21, 2021 at 10:26:09PM +0530, Deepak R Varma wrote:
> @@ -1044,7 +1048,7 @@ static long mt9m114_s_exposure(struct v4l2_subdev *sd,
> }
>
> /*
> - // set analog/digital gain
> + * set analog/digital gain
> switch(AnalogGain)
> {
> case 0:

How on earth does this compile?

> @@ -1069,8 +1073,10 @@ static long mt9m114_s_exposure(struct v4l2_subdev *sd,


regards,
dan carpenter