[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1187564724.4200.170.camel@localhost>
Date: Sun, 19 Aug 2007 16:05:23 -0700
From: Joe Perches <joe@...ches.com>
To: Jan Engelhardt <jengelh@...putergmbh.de>
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org,
Andy Whitcroft <apw@...dowen.org>
Subject: Re: convert #include "linux/..." to #include <linux/...> [PATCH]s
follow
On Mon, 2007-08-20 at 00:33 +0200, Jan Engelhardt wrote:
> Not only that. All directories in include should be checked against
> (e.g. <net/*>)
Should any file in include/ have a line like:
#include "[path/]file"
Shouldn't these all be
#include <path/file>
?
-
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