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 <[email protected]>
--
- Jeremiah Mahler
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/