]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/pohmelfs/net.c
Staging: pohmelfs: Remove braces around single statements
[~andy/linux] / drivers / staging / pohmelfs / net.c
index 3d1c0bc5558d0e9621667691ad400cd4da53de3c..5f312c91aab6296caed355427ff786b30d664b53 100644 (file)
@@ -914,9 +914,9 @@ static int pohmelfs_recv(void *data)
                                unsigned char *hash = e->data;
 
                                dprintk("%s: received hash: ", __func__);
-                               for (i=0; i<cmd->csize; ++i) {
+                               for (i=0; i<cmd->csize; ++i)
                                        printk("%02x ", hash[i]);
-                               }
+
                                printk("\n");
                        }
 #endif