On Sat, Jan 19, 2008 at 12:24:41AM +0900, Tetsuo Handa wrote:
>
> Tetsuo Handa wrote:
> > checkpatch.pl was unable to handle \\ within quoted string.
>
> Sorry, I didn't know checkpatch 0.13 is available.
No problem. Thanks for trying to fix it.
:)
-apw
--
To unsubscribe from this list: send
Tetsuo Handa wrote:
> checkpatch.pl was unable to handle \\ within quoted string.
Sorry, I didn't know checkpatch 0.13 is available.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.
checkpatch.pl was unable to handle \\ within quoted string.
+static void test(char *sp, char *dp)
+{
+ if (*sp == '\\') {
+ *dp++ = '\\';
+ *dp++ = '\\';
+ }
+}
I hope this patch can fix it.
But I don't know whether there is a side effect or not.
Should we
3 matches
Mail list logo