: Rasmus Villemoes; linux-r...@vger.kernel.org; linux-kernel@vger.kernel.org
> Subject: [PATCH 1/2] infiniband: cxgb4: Fix some format strings
>
> PDBG prepends MOD (which expands to "iw_cxgb4" ":") to the format
> string. So the KERN_INFO just ends up in the middle whe
PDBG prepends MOD (which expands to "iw_cxgb4" ":") to the format
string. So the KERN_INFO just ends up in the middle where it just
garbles the output. At the same place, there's obviously no reason to
add MOD explicitly.
The two other are straight-forward fixes of KERN_ERR KERN_ERR, where
the sec
2 matches
Mail list logo