Re: [PATCH 4/4] Documentation/misc-devices/mei: Fix indentation of embedded code.

From: Jeremiah Mahler
Date: Sun Jan 11 2015 - 23:56:49 EST


Julian,

On Mon, Jan 12, 2015 at 12:58:09AM +0100, Julian Brost wrote:
[...]
> static struct mei_cl_driver contact_driver = {
> - .id_table = contact_mei_tbl,
> - .name = CONTACT_DRIVER_NAME,
> + .id_table = contact_mei_tbl,
> + .name = CONTACT_DRIVER_NAME,
>
> - .probe = contact_probe,
> - .remove = contact_remove,
> + .probe = contact_probe,
> + .remove = contact_remove,
> };
>

Looking at this file the majority of the code is formatted at the left
with tabs. So I think your change is in agreement with the current
design.

[...]

Reviewed-by: Jeremiah Mahler <jmmahler@xxxxxxxxx>

--
- Jeremiah Mahler
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/