IDE: Coding Style fixes to drivers/ide/pci/generic.c
File is now error free. Compile tested. [bart: fix issues noticed by Adrian Bunk & Cyrill Gorcunov, md5sum checked] Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
committed by
Bartlomiej Zolnierkiewicz
parent
740694f5e0
commit
17deabdcde
@ -49,7 +49,7 @@ static const struct ide_port_info generic_chipsets[] __devinitdata = {
|
|||||||
|
|
||||||
{ /* 1 */
|
{ /* 1 */
|
||||||
.name = "NS87410",
|
.name = "NS87410",
|
||||||
.enablebits = {{0x43,0x08,0x08}, {0x47,0x08,0x08}},
|
.enablebits = { {0x43, 0x08, 0x08}, {0x47, 0x08, 0x08} },
|
||||||
.host_flags = IDE_HFLAG_TRUST_BIOS_FOR_DMA,
|
.host_flags = IDE_HFLAG_TRUST_BIOS_FOR_DMA,
|
||||||
.swdma_mask = ATA_SWDMA2,
|
.swdma_mask = ATA_SWDMA2,
|
||||||
.mwdma_mask = ATA_MWDMA2,
|
.mwdma_mask = ATA_MWDMA2,
|
||||||
@ -97,7 +97,7 @@ static const struct ide_port_info generic_chipsets[] __devinitdata = {
|
|||||||
* Called when the PCI registration layer (or the IDE initialization)
|
* Called when the PCI registration layer (or the IDE initialization)
|
||||||
* finds a device matching our IDE device tables.
|
* finds a device matching our IDE device tables.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static int __devinit generic_init_one(struct pci_dev *dev, const struct pci_device_id *id)
|
static int __devinit generic_init_one(struct pci_dev *dev, const struct pci_device_id *id)
|
||||||
{
|
{
|
||||||
const struct ide_port_info *d = &generic_chipsets[id->driver_data];
|
const struct ide_port_info *d = &generic_chipsets[id->driver_data];
|
||||||
|
Reference in New Issue
Block a user