Re: [PATCH] virtio: Fix comment typo 'CONFIG_S_FAILED'

2014-10-30 Thread Rusty Russell
Cornelia Huck writes: > On Mon, 20 Oct 2014 11:17:56 +0200 > Paul Bolle wrote: > >> Without the VIRTIO_ prefix CONFIG_S_FAILED looks like a Kconfig macro. >> So use that prefix here too. >> >> Signed-off-by: Paul Bolle >> --- >> Introduced in commit c6716bae52f9 ("virtio-pci: move

Re: [PATCH] virtio: Fix comment typo 'CONFIG_S_FAILED'

2014-10-30 Thread Rusty Russell
Cornelia Huck cornelia.h...@de.ibm.com writes: On Mon, 20 Oct 2014 11:17:56 +0200 Paul Bolle pebo...@tiscali.nl wrote: Without the VIRTIO_ prefix CONFIG_S_FAILED looks like a Kconfig macro. So use that prefix here too. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Introduced in commit

Re: [PATCH] virtio: Fix comment typo 'CONFIG_S_FAILED'

2014-10-20 Thread Cornelia Huck
On Mon, 20 Oct 2014 11:17:56 +0200 Paul Bolle wrote: > Without the VIRTIO_ prefix CONFIG_S_FAILED looks like a Kconfig macro. > So use that prefix here too. > > Signed-off-by: Paul Bolle > --- > Introduced in commit c6716bae52f9 ("virtio-pci: move freeze/restore to > virtio core"). > > Tested

[PATCH] virtio: Fix comment typo 'CONFIG_S_FAILED'

2014-10-20 Thread Paul Bolle
Without the VIRTIO_ prefix CONFIG_S_FAILED looks like a Kconfig macro. So use that prefix here too. Signed-off-by: Paul Bolle --- Introduced in commit c6716bae52f9 ("virtio-pci: move freeze/restore to virtio core"). Tested with "git grep" only. include/linux/virtio.h | 2 +- 1 file changed, 1

[PATCH] virtio: Fix comment typo 'CONFIG_S_FAILED'

2014-10-20 Thread Paul Bolle
Without the VIRTIO_ prefix CONFIG_S_FAILED looks like a Kconfig macro. So use that prefix here too. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Introduced in commit c6716bae52f9 (virtio-pci: move freeze/restore to virtio core). Tested with git grep only. include/linux/virtio.h | 2 +- 1

Re: [PATCH] virtio: Fix comment typo 'CONFIG_S_FAILED'

2014-10-20 Thread Cornelia Huck
On Mon, 20 Oct 2014 11:17:56 +0200 Paul Bolle pebo...@tiscali.nl wrote: Without the VIRTIO_ prefix CONFIG_S_FAILED looks like a Kconfig macro. So use that prefix here too. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Introduced in commit c6716bae52f9 (virtio-pci: move freeze/restore to