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

2015-01-11 Thread Jeremiah Mahler
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

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

2015-01-11 Thread Julian Brost
Some of the source code embedded in mei-client-bus.txt was indented using spaces. This properly indents it with tabs and also removes a single space that was placed in front of a closing curly brace. Signed-off-by: Julian Brost Signed-off-by: Fabian Hofmann --- Documentation/misc-devices/mei/me