[PATCH 07/20] staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part V
Dan Carpenter
error27 at gmail.com
Tue Aug 30 07:44:03 PDT 2011
On Thu, Aug 25, 2011 at 11:48:17AM -0500, Larry Finger wrote:
> - RTLLIB_DEBUG(RTLLIB_DL_TRACE | RTLLIB_DL_BA, "========>%s(), ReasonCode(%d) sentd to:"MAC_FMT"\n", __func__, ReasonCode, MAC_ARG(dst));
> + RTLLIB_DEBUG(RTLLIB_DL_TRACE | RTLLIB_DL_BA,
> + "========>%s(), Reason"
> + "Code(%d) sentd to:"MAC_FMT"\n", __func__,
ReasonCode is supposed to be one word. It would be better to keep
it together on one line.
> + ReasonCode, MAC_ARG(dst));
>
regards,
dan carpenter
More information about the devel
mailing list