[Beignet] [PATCH 1/2] CHV: Add cherryview support in the runtime.
Zhigang Gong
zhigang.gong at linux.intel.com
Thu Apr 2 19:14:31 PDT 2015
Missed one minor indent comment:
> +
> +#define PCI_CHIP_CHV_0 0x22B0
> +#define PCI_CHIP_CHV_1 0x22B1
> +#define PCI_CHIP_CHV_2 0x22B2
> +#define PCI_CHIP_CHV_3 0x22B3
> +#define IS_CHERRYVIEW(devid) (devid == PCI_CHIP_CHV_0 || \
> + devid == PCI_CHIP_CHV_1 || \
> + devid == PCI_CHIP_CHV_2 || \
> + devid == PCI_CHIP_CHV_3)
> +
It's better to keep all the devid aligned to the same column.
Thanks,
Zhigang Gong.
More information about the Beignet
mailing list