[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150112045638.GA19607@hudson.localdomain>
Date:	Sun, 11 Jan 2015 20:56:38 -0800
From:	Jeremiah Mahler <jmmahler@...il.com>
To:	Julian Brost <linux-kernel@...a42.net>
Cc:	linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
	corbet@....net, tomas.winkler@...el.com, linux-mei@...ux.intel.com,
	linux-kernel@...cs.fau.de, fabian.hofmann@....de
Subject: Re: [PATCH 4/4] Documentation/misc-devices/mei: Fix indentation of
 embedded code.
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@...il.com>
-- 
- Jeremiah Mahler
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists