mbox series

[v3,0/2] i2c: omap: trivial code cleanups

Message ID cover.1733217877.git.dhruvmenon1104@gmail.com (mailing list archive)
Headers show
Series i2c: omap: trivial code cleanups | expand

Message

Dhruv Menon Dec. 7, 2024, 12:42 p.m. UTC
This patch series cleans up the coding style based on different 
kinds of checkpatch complains for i2c-omap and removes unused 
parameters.

Changes in v2:
      1. Improve language / grammar for the patch descriptions.
      2. Removed changes related to ms_sleep(). 
      3. split the patch into two patches.
      4. Sending it inlined instead of as an attachment.

Dhruv Menon (2):
  i2c: omap: Clean up coding style
  i2c: omap: remove unused parameter

 drivers/i2c/busses/i2c-omap.c | 203 ++++++++++++++++------------------
 1 file changed, 98 insertions(+), 105 deletions(-)