Re: [PATCH 2/2] nvme-pci: remove empty line following nvme_should_reset()

2020-06-08 Thread Chaitanya Kulkarni
On 6/8/20 9:29 AM, Dongli Zhang wrote: > Just cleanup by removing the empty line. > > Signed-off-by: Dongli Zhang > --- Reviewed-by: Chaitanya Kulkarni

Re: [PATCH 2/2] nvme-pci: remove empty line following nvme_should_reset()

2020-06-08 Thread Sagi Grimberg
Reviewed-by: Sagi Grimberg

[PATCH 2/2] nvme-pci: remove empty line following nvme_should_reset()

2020-06-08 Thread Dongli Zhang
Just cleanup by removing the empty line. Signed-off-by: Dongli Zhang --- drivers/nvme/host/pci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c index d690d5593a80..4471e9910906 100644 --- a/drivers/nvme/host/pci.c +++