[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CACVxJT9vq=uAvB9pVpACp-V_2Q7nRpp2QdA1C3azKx+x4BXe5g@mail.gmail.com>
Date: Tue, 12 Aug 2014 14:44:06 +0300
From: Alexey Dobriyan <adobriyan@...il.com>
To: ionut.m.alexa@...il.com
Cc: Linux Kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] kernel:audit Fixed some coding style errors and warnings.
> - audit_default = !!simple_strtol(str, NULL, 0);
> + int rc = kstrtol(str, 0, (long *)&audit_default);
obviously broken
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists