Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1636811
| From | Dan Carpenter <dan.carpenter@oracle.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] staging/media/atomisp/platform/intel-mid change spaces to tabs and comma/assignment space padding |
| Date | 2017-05-06 04:20 +0200 |
| Message-ID | <tDXua-1X9-7@gated-at.bofh.it> (permalink) |
| References | <tDWop-17I-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Subject is too long.
On Sat, May 06, 2017 at 04:04:50AM +0300, Gideon Sheril wrote:
> /* The atomisp uses type==0 for the end-of-list marker, so leave space. */
> @@ -152,13 +152,13 @@ const struct camera_af_platform_data *camera_get_af_platform_data(void)
> EXPORT_SYMBOL_GPL(camera_get_af_platform_data);
>
> int atomisp_register_i2c_module(struct v4l2_subdev *subdev,
> - struct camera_sensor_platform_data *plat_data,
> - enum intel_v4l2_subdev_type type)
> + struct camera_sensor_platform_data *plat_data,
> + enum intel_v4l2_subdev_type type)
Huh???
> {
> int i;
> struct i2c_board_info *bi;
> struct gmin_subdev *gs;
> - struct i2c_client *client = v4l2_get_subdevdata(subdev);
> + struct i2c_client *client = v4l2_get_subdevdata(subdev);
Wut? How would this be correct?
regards,
dan carpenter
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] staging/media/atomisp/platform/intel-mid change spaces to tabs and comma/assignment space padding Gideon Sheril <elmocia@gmail.com> - 2017-05-06 03:10 +0200
Re: [PATCH] staging/media/atomisp/platform/intel-mid change spaces to tabs and comma/assignment space padding Dan Carpenter <dan.carpenter@oracle.com> - 2017-05-06 04:20 +0200
[PATCH] Fix spaces ERROR in atomisp_gmin_platform.c Gideon Sheril <elmocia@gmail.com> - 2017-05-06 15:00 +0200
Re: [PATCH] Fix spaces ERROR in atomisp_gmin_platform.c Dan Carpenter <dan.carpenter@oracle.com> - 2017-05-08 00:00 +0200
[PATCH v3] staging: media: atomisp: Fix indentation to tabs Gideon Sheril <elmocia@gmail.com> - 2017-05-08 19:10 +0200
csiph-web