From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Yy29p-0005IW-5X for mharc-grub-devel@gnu.org; Thu, 28 May 2015 14:03:53 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yy29n-0005IQ-4C for grub-devel@gnu.org; Thu, 28 May 2015 14:03:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yy29j-0005nO-SQ for grub-devel@gnu.org; Thu, 28 May 2015 14:03:51 -0400 Received: from mail.gw90.de ([2a01:4f8:100:7463::3]:54351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yy29j-0005n3-L7 for grub-devel@gnu.org; Thu, 28 May 2015 14:03:47 -0400 Received: from p5de4146c.dip0.t-ipconnect.de ([93.228.20.108] helo=mattotaupa) by mail.gw90.de with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1Yy29k-0003Fd-0u for grub-devel@gnu.org; Thu, 28 May 2015 18:03:48 +0000 Message-ID: <1432836218.3378.50.camel@users.sourceforge.net> Subject: [PATCH 2/2] disk/ahci.c: Wrap too long line From: Paul Menzel To: grub-devel@gnu.org Date: Thu, 28 May 2015 20:03:38 +0200 In-Reply-To: <1432835841.3378.47.camel@users.sourceforge.net> References: <1432835841.3378.47.camel@users.sourceforge.net> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-dIlZAWv++0stGFlNBrE/" X-Mailer: Evolution 3.12.12-1 Mime-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:4f8:100:7463::3 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2015 18:03:52 -0000 --=-dIlZAWv++0stGFlNBrE/ Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Date: Thu, 28 May 2015 19:50:51 +0200 Using the macros the line is too long, so wrap it. --- grub-core/disk/ahci.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/grub-core/disk/ahci.c b/grub-core/disk/ahci.c index 0825998..fa7aa88 100644 --- a/grub-core/disk/ahci.c +++ b/grub-core/disk/ahci.c @@ -552,7 +552,9 @@ grub_ahci_pciinit (grub_pci_device_t dev, adevs[i]->hba->ports[adevs[i]->port].sata_error); =20 adevs[i]->hba->ports[adevs[i]->port].command - =3D (adevs[i]->hba->ports[adevs[i]->port].command & 0x0fffffff) | (1 <<= 28) | GRUB_AHCI_HBA_PORT_CMD_SPIN_UP | GRUB_AHCI_HBA_PORT_CMD_POWER_ON; + =3D (adevs[i]->hba->ports[adevs[i]->port].command & 0x0fffffff) | (1 <<= 28) + | GRUB_AHCI_HBA_PORT_CMD_SPIN_UP + | GRUB_AHCI_HBA_PORT_CMD_POWER_ON; =20 /* struct grub_disk_ata_pass_through_parms parms2; grub_memset (&parms2, 0, sizeof (parms2)); --=20 2.1.4 --=-dIlZAWv++0stGFlNBrE/ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEABECAAYFAlVnWIEACgkQPX1aK2wOHVhxngCbBWYCqhBtSovZ1OzO/oSuOiwo zigAn3OOs3NMmz6zzm3TvSBen1tiJKSU =u1Jp -----END PGP SIGNATURE----- --=-dIlZAWv++0stGFlNBrE/--