Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1500720

Re: [PATCH v2] i2c: i2c-piix4: several coding style fixes

From Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Newsgroups linux.kernel
Subject Re: [PATCH v2] i2c: i2c-piix4: several coding style fixes
Date 2016-10-14 09:10 +0200
Message-ID <ss4MW-6AW-13@gated-at.bofh.it> (permalink)
References <srWZ3-1eD-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hello,

On Thu, Oct 13, 2016 at 11:39:01PM +0100, Carlos Palminha wrote:
> @@ -196,7 +204,7 @@ static int piix4_setup(struct pci_dev *PIIX4_dev,
>  	} else {
>  		pci_read_config_word(PIIX4_dev, SMBBA, &piix4_smba);
>  		piix4_smba &= 0xfff0;
> -		if(piix4_smba == 0) {
> +		if (piix4_smba == 0) {
>  			dev_err(&PIIX4_dev->dev, "SMBus base address "
>  				"uninitialized - upgrade BIOS or use "
>  				"force_addr=0xaddr\n");

did you left this message in three lines on purpose?

Best regards
Uwe


-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2] i2c: i2c-piix4: several coding style fixes Carlos Palminha <CARLOS.PALMINHA@synopsys.com> - 2016-10-14 00:50 +0200
  Re: [PATCH v2] i2c: i2c-piix4: several coding style fixes Uwe Kleine-König          <u.kleine-koenig@pengutronix.de> - 2016-10-14 09:10 +0200
    Re: [PATCH v2] i2c: i2c-piix4: several coding style fixes Carlos Palminha <CARLOS.PALMINHA@synopsys.com> - 2016-10-14 14:00 +0200

csiph-web