>From 39d6a5d0a065b0302d671eaa215fd952b69b1124 Mon Sep 17 00:00:00 2001 Message-ID: From: Dhruv Menon Date: Tue, 3 Dec 2024 11:53:26 +0530 Subject: [PATCH v2 0/2] i2c: omap: Refactored coding style *** BLURB HERE *** This patch series splits the original patch into multiple parts for better readability as per the suggestion from Aaro Koskinen. It refactors the coding style of the i2c-omap driver from checkpatch complains and removes few unused parameter present in the driver. Changes in v2: 1. Split the original patch into two parts for better readability 2. removed the patch for changing msleep() to usleep_range(). Dhruv Menon (2): i2c: omap: Cleaned up coding style i2c: omap: remove unused parameter drivers/i2c/busses/i2c-omap.c | 203 ++++++++++++++++------------------ 1 file changed, 98 insertions(+), 105 deletions(-) -- 2.43.0