From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752729Ab2GZPWg (ORCPT ); Thu, 26 Jul 2012 11:22:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21843 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751814Ab2GZPWe (ORCPT ); Thu, 26 Jul 2012 11:22:34 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <20120720215636.14854.41208.stgit@warthog.procyon.org.uk> <28702.1343135952@warthog.procyon.org.uk> <6193.1343211798@warthog.procyon.org.uk> <12201.1343215232@warthog.procyon.org.uk> <6228.1343313133@warthog.procyon.org.uk> To: Michael Kerrisk Cc: dhowells@redhat.com, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, arnd@arndb.de, tglx@linutronix.de, mingo@kernel.org, davej@redhat.com Subject: Re: [PATCH 00/13] UAPI header file split Date: Thu, 26 Jul 2012 16:22:20 +0100 Message-ID: <25789.1343316140@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Michael Kerrisk wrote: > I haven't looked over the changes yet, but what do my scripts now say? > (If all's well, they generate no output beyond the list of files.) Okay, the comparator script gives me: warthog>sh /tmp/mtk-cmp.sh ======== include/linux/irqnr.h include/uapi/linux/irqnr.h * Generic irq_desc iterators: That loss I can live with, and so can Thomas. I suspect the comment is in the wrong place anyway, so it can be added back after in the right place. David