i2c: don't use ',' after delimiters
Delimiters are meant to be last, no need for a ',' there. Remove a superfluous newline in the ali1535 driver while here. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Acked-by: Andrew Jeffery <andrew@codeconstruct.com.au> Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
This commit is contained in:
@@ -479,9 +479,8 @@ static struct i2c_adapter ali1535_adapter = {
|
||||
|
||||
static const struct pci_device_id ali1535_ids[] = {
|
||||
{ PCI_DEVICE(PCI_VENDOR_ID_AL, PCI_DEVICE_ID_AL_M7101) },
|
||||
{ },
|
||||
{ }
|
||||
};
|
||||
|
||||
MODULE_DEVICE_TABLE(pci, ali1535_ids);
|
||||
|
||||
static int ali1535_probe(struct pci_dev *dev, const struct pci_device_id *id)
|
||||
|
||||
@@ -340,7 +340,7 @@ static void i2c_amd_remove(struct platform_device *pdev)
|
||||
|
||||
static const struct acpi_device_id i2c_amd_acpi_match[] = {
|
||||
{ "AMDI0011" },
|
||||
{ },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(acpi, i2c_amd_acpi_match);
|
||||
|
||||
|
||||
@@ -991,7 +991,7 @@ static const struct of_device_id aspeed_i2c_bus_of_table[] = {
|
||||
.compatible = "aspeed,ast2600-i2c-bus",
|
||||
.data = aspeed_i2c_25xx_get_clk_reg_val,
|
||||
},
|
||||
{ },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, aspeed_i2c_bus_of_table);
|
||||
|
||||
|
||||
@@ -357,7 +357,7 @@ static void dc_i2c_remove(struct platform_device *pdev)
|
||||
|
||||
static const struct of_device_id dc_i2c_match[] = {
|
||||
{ .compatible = "cnxt,cx92755-i2c" },
|
||||
{ },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, dc_i2c_match);
|
||||
|
||||
|
||||
@@ -559,7 +559,7 @@ static const struct i2c_algorithm lpi2c_imx_algo = {
|
||||
|
||||
static const struct of_device_id lpi2c_imx_of_match[] = {
|
||||
{ .compatible = "fsl,imx7ulp-lpi2c" },
|
||||
{ },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, lpi2c_imx_of_match);
|
||||
|
||||
|
||||
@@ -1261,7 +1261,7 @@ static const struct of_device_id omap_i2c_of_match[] = {
|
||||
.compatible = "ti,omap2420-i2c",
|
||||
.data = &omap2420_pdata,
|
||||
},
|
||||
{ },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, omap_i2c_of_match);
|
||||
#endif
|
||||
|
||||
@@ -146,7 +146,7 @@ static const struct dmi_system_id piix4_dmi_ibm[] = {
|
||||
.ident = "IBM",
|
||||
.matches = { DMI_MATCH(DMI_SYS_VENDOR, "IBM"), },
|
||||
},
|
||||
{ },
|
||||
{ }
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
@@ -721,7 +721,7 @@ static void i2c_pnx_remove(struct platform_device *pdev)
|
||||
#ifdef CONFIG_OF
|
||||
static const struct of_device_id i2c_pnx_of_match[] = {
|
||||
{ .compatible = "nxp,pnx-i2c" },
|
||||
{ },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, i2c_pnx_of_match);
|
||||
#endif
|
||||
|
||||
@@ -135,7 +135,7 @@ err_dev_add:
|
||||
|
||||
static const struct pci_device_id ce4100_i2c_devices[] = {
|
||||
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x2e68)},
|
||||
{ },
|
||||
{ }
|
||||
};
|
||||
|
||||
static struct pci_driver ce4100_i2c_driver = {
|
||||
|
||||
@@ -218,7 +218,7 @@ static const struct platform_device_id i2c_pxa_id_table[] = {
|
||||
{ "ce4100-i2c", REGS_CE4100 },
|
||||
{ "pxa910-i2c", REGS_PXA910 },
|
||||
{ "armada-3700-i2c", REGS_A3700 },
|
||||
{ },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(platform, i2c_pxa_id_table);
|
||||
|
||||
|
||||
@@ -721,7 +721,7 @@ static const struct i2c_algorithm geni_i2c_algo = {
|
||||
static const struct acpi_device_id geni_i2c_acpi_match[] = {
|
||||
{ "QCOM0220"},
|
||||
{ "QCOM0411" },
|
||||
{ },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(acpi, geni_i2c_acpi_match);
|
||||
#endif
|
||||
|
||||
@@ -1648,7 +1648,7 @@ static void qup_i2c_disable_clocks(struct qup_i2c_dev *qup)
|
||||
|
||||
static const struct acpi_device_id qup_i2c_acpi_match[] = {
|
||||
{ "QCOM8010"},
|
||||
{ },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(acpi, qup_i2c_acpi_match);
|
||||
|
||||
|
||||
@@ -130,7 +130,7 @@ static const struct platform_device_id s3c24xx_driver_ids[] = {
|
||||
}, {
|
||||
.name = "s3c2440-hdmiphy-i2c",
|
||||
.driver_data = QUIRK_S3C2440 | QUIRK_HDMIPHY | QUIRK_NO_GPIO,
|
||||
}, { },
|
||||
}, { }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(platform, s3c24xx_driver_ids);
|
||||
|
||||
|
||||
@@ -1068,7 +1068,7 @@ EXPORT_SYMBOL(i2c_find_device_by_fwnode);
|
||||
static const struct i2c_device_id dummy_id[] = {
|
||||
{ "dummy", },
|
||||
{ "smbus_host_notify", },
|
||||
{ },
|
||||
{ }
|
||||
};
|
||||
|
||||
static int dummy_probe(struct i2c_client *client)
|
||||
|
||||
Reference in New Issue
Block a user