[CIFS] reduce checkpatch warnings
[firefly-linux-kernel-4.4.55.git] / fs / cifs / cifs_debug.c
index 73c4c419663c1dc1a3558d2df405fcb58bc07e66..4bd863716f7944533da53315b74bb2f6582eb362 100644 (file)
@@ -98,8 +98,7 @@ void cifs_dump_mids(struct TCP_Server_Info *server)
                        if (mid_entry->resp_buf) {
                                cifs_dump_detail(mid_entry->resp_buf);
                                cifs_dump_mem("existing buf: ",
-                                       mid_entry->resp_buf,
-                                       62 /* fixme */);
+                                       mid_entry->resp_buf, 62);
                        }
                }
        }