linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / net / e1000 / e1000_param.c
index e0a4d37..3768d83 100644 (file)
@@ -268,7 +268,7 @@ e1000_validate_option(int *value, struct e1000_option *opt,
                BUG();
        }
 
-       DPRINTK(PROBE, INFO, "Invalid %s value specified (%i) %s\n",
+       DPRINTK(PROBE, INFO, "Invalid %s specified (%i) %s\n",
               opt->name, *value, opt->err);
        *value = opt->def;
        return -1;