Re: [PATCH 1/6] misc: keba: Add SPI controller device

From: Gerhard Engleder
Date: Thu Oct 10 2024 - 16:25:24 EST


On 10.10.24 09:12, Greg KH wrote:
On Wed, Oct 09, 2024 at 10:29:44PM +0200, Gerhard Engleder wrote:
static void cp500_register_auxiliary_devs(struct cp500 *cp500)
{
struct device *dev = &cp500->pci_dev->dev;
if (cp500_register_i2c(cp500))
- dev_warn(dev, "Failed to register i2c!\n");
+ dev_warn(dev, "Failed to register I2C!\n");

Nit, this doesn't have anything to do with the original commit message,
please be more careful when splitting patches up into a series.

Yes, I also did some variable renaming, which should be moved to a
separate commit. I will be more strict in the future.

Thanks!

Gerhard