Thread (34 messages) 34 messages, 8 authors, 2023-02-01

Re: [PATCH v3 3/5] drivers: regulator: Add ADI MAX77541/MAX77540 Regulator Support

From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: 2023-01-31 12:24:38
Also in: linux-iio, lkml

On Tue, Jan 31, 2023 at 07:20:52AM +0000, Sahin, Okan wrote:
On Wed, 18 Jan 2022 11:20 AM
Andy Shevchenko [off-list ref] wrote:
quoted
On Wed, Jan 18, 2023 at 09:38:10AM +0300, Okan Sahin wrote:
...
quoted
quoted
+		rdev = devm_regulator_register(dev,
+					       &desc[i], &config);
This is perfectly one line.
Thank you, I will arrange it.
quoted
quoted
+		if (IS_ERR(rdev))
+			return dev_err_probe(dev, PTR_ERR(rdev),
+					     "Failed to register regulator\n");
+	}
+
+	return 0;
+}
However, this one is not fit when I set max-line-length argument as 80 in
checkpatch script. What do you suggest? This line has 99 characters.
Which line do you refer to?

-- 
With Best Regards,
Andy Shevchenko

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help