From patchwork Fri Dec 13 23:24:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 3342691 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 2CD429F375 for ; Fri, 13 Dec 2013 22:24:55 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 36C0B20647 for ; Fri, 13 Dec 2013 22:24:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 353FB20601 for ; Fri, 13 Dec 2013 22:24:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752082Ab3LMWYw (ORCPT ); Fri, 13 Dec 2013 17:24:52 -0500 Received: from mail-la0-f53.google.com ([209.85.215.53]:37272 "EHLO mail-la0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751755Ab3LMWYv (ORCPT ); Fri, 13 Dec 2013 17:24:51 -0500 Received: by mail-la0-f53.google.com with SMTP id mc6so1828166lab.26 for ; Fri, 13 Dec 2013 14:24:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:organization:to:subject:date:user-agent:cc :mime-version:content-type:content-transfer-encoding:message-id; bh=60vlGW8uzkckZujgz1YubZ2uNaPWfI11i2y/DFtY6h8=; b=GOdkwmdvJ/zUYWiArHVMa64f0/PuvCkN87BFxAL6Mnr7QwT0dq3CCgrDoZmd1KcZRt DsrX5qYhcVwWNNu5BuZxl5Pr3T+GSB1+2zCa9W4tgYH8hp0lpKKBhCkF0HrxvPkJEhZO RX2W7ivZNcOWuPWAryVFp6L9iNj7c4UeIVAFs2JPCaozDp5POviIEmLYhq3h9pG4hU6Q 6mY9+wA5J7Q33kKDJFco1oJj4Q968z/s+FxaifKF5D7wWEvkjDm6PkiVSsdmal9oleH4 lRIMC43IwKS5W/2POcux4pxoLEwxu0nPAM8bnTHZvpNY4Pd8bxHHtSreIUIw/Gd5O6xb V8Hw== X-Gm-Message-State: ALoCoQmxrYH+tz5uthHkpTS8mLbf/NYyzxGy6QcCbWlgYM8lYYtqFKpCGVsBUkNVJ/UuDxAZsvQJ X-Received: by 10.152.234.37 with SMTP id ub5mr2754895lac.51.1386973490176; Fri, 13 Dec 2013 14:24:50 -0800 (PST) Received: from wasted.dev.rtsoft.ru (ppp91-76-87-85.pppoe.mtu-net.ru. [91.76.87.85]) by mx.google.com with ESMTPSA id n13sm287944lbl.17.2013.12.13.14.24.49 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 13 Dec 2013 14:24:49 -0800 (PST) From: Sergei Shtylyov Organization: Cogent Embedded To: tglx@linutronix.de Subject: [PATCH] irq-gic: remove file name from heading comment Date: Sat, 14 Dec 2013 02:24:53 +0300 User-Agent: KMail/1.13.5 (Linux/2.6.32.26-175.fc12.i686.PAE; KDE/4.4.5; i686; ; ) Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sh@vger.kernel.org MIME-Version: 1.0 Message-Id: <201312140224.53928.sergei.shtylyov@cogentembedded.com> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP File names in the heading comments fell out of favor long ago, and this one weren't even changed when the driver was moved from arch/arm/common/, so remove it at last... Signed-off-by: Sergei Shtylyov --- The patch is against the 'irq/core' branch of the 'tip.git' repo. drivers/irqchip/irq-gic.c | 2 -- 1 file changed, 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: tip/drivers/irqchip/irq-gic.c =================================================================== --- tip.orig/drivers/irqchip/irq-gic.c +++ tip/drivers/irqchip/irq-gic.c @@ -1,6 +1,4 @@ /* - * linux/arch/arm/common/gic.c - * * Copyright (C) 2002 ARM Limited, All Rights Reserved. * * This program is free software; you can redistribute it and/or modify