i2c: designware: Cleaning and comment style fixes.
authorLuis Oliveira <Luis.Oliveira@synopsys.com>
Wed, 14 Jun 2017 10:43:21 +0000 (11:43 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 19 Jun 2017 16:23:59 +0000 (18:23 +0200)
commite393f674c5fedced24432138a8fc40c3d7a628b8
tree9ab9e700f331240fd04ed626ead63d28c2047df8
parentf27e7805ba6274dc544a8ad85490160c5b535955
i2c: designware: Cleaning and comment style fixes.

The purpose of this commit is to fix some comments and styling in the
existing code due to the need of reuse this code. What is being made
here is:

- Sorted the headers files
- Corrected some comments style (capital letters, lowcase i2c)
- Reverse tree in the variables declaration
- Add/remove empty lines and tabs where needed
- Fix of misspelled word "endianness" and "transferred"
- Replaced the return variable "r" with the more standard "ret"

The value of this, besides the rules of coding style, is because I
will use this code after and it will make my future patch a lot bigger and
complicated to review. The work here won't bring any additional work to
backported fixes because is just style and reordering.

Signed-off-by: Luis Oliveira <lolivei@synopsys.com>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-designware-core.c
drivers/i2c/busses/i2c-designware-core.h
drivers/i2c/busses/i2c-designware-platdrv.c