Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1499316
| From | Joe Perches <joe@perches.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 5/5] i2c: i2c-piix4: coding style fix - quoted string split across lines |
| Date | 2016-10-12 04:10 +0200 |
| Message-ID | <srh9v-6ic-1@gated-at.bofh.it> (permalink) |
| References | <sr92h-15w-13@gated-at.bofh.it> <sr9lD-1cs-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, 2016-10-11 at 18:34 +0100, Carlos Palminha wrote: [] > diff --git a/drivers/i2c/busses/i2c-piix4.c b/drivers/i2c/busses/i2c-piix4.c [] > @@ -260,7 +260,8 @@ static int piix4_setup(struct pci_dev *PIIX4_dev, > else if ((temp & 0x0E) == 0) > dev_dbg(&PIIX4_dev->dev, "Using SMI# for SMBus\n"); > else > - dev_err(&PIIX4_dev->dev, "Illegal Interrupt configuration " > + dev_err(&PIIX4_dev->dev, > + "Illegal Interrupt configuration " > "(or code out of date)!\n"); typically, this format would be coalesced into a single line.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 5/5] i2c: i2c-piix4: coding style fix - quoted string split across lines Carlos Palminha <CARLOS.PALMINHA@synopsys.com> - 2016-10-11 19:50 +0200 Re: [PATCH 5/5] i2c: i2c-piix4: coding style fix - quoted string split across lines Joe Perches <joe@perches.com> - 2016-10-12 04:10 +0200
csiph-web