]> www.infradead.org Git - users/willy/xarray.git/commitdiff
ocrdma: Fix whitespace
authorMatthew Wilcox <willy@infradead.org>
Sat, 9 Feb 2019 04:01:26 +0000 (23:01 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 8 Aug 2019 03:35:00 +0000 (23:35 -0400)
In the heat of the merge window, an inadvertent line got inserted.

Signed-off-by: Matthew Wilcox <willy@infradead.org>
drivers/infiniband/hw/ocrdma/ocrdma_main.c

index c15cfc6cef81ac2850804e595fb06775e7d671ae..6ea9eb437968de4ac4bf18c934de2b666d8b33cb 100644 (file)
@@ -364,7 +364,6 @@ init_err:
 
 static void ocrdma_remove_free(struct ocrdma_dev *dev)
 {
-
        kfree(dev->mbx_cmd);
        ib_dealloc_device(&dev->ibdev);
 }