From patchwork Mon Aug 4 20:01:41 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ramsay Jones X-Patchwork-Id: 4673391 Return-Path: X-Original-To: patchwork-linux-sparse@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 609ED9F373 for ; Mon, 4 Aug 2014 20:01:48 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 91B6220149 for ; Mon, 4 Aug 2014 20:01:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7344D2013D for ; Mon, 4 Aug 2014 20:01:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751328AbaHDUBq (ORCPT ); Mon, 4 Aug 2014 16:01:46 -0400 Received: from mdfmta010.mxout.tbr.inty.net ([91.221.168.51]:41041 "EHLO smtp.demon.co.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750831AbaHDUBp (ORCPT ); Mon, 4 Aug 2014 16:01:45 -0400 Received: from mdfmta010.tbr.inty.net (unknown [127.0.0.1]) by mdfmta010.tbr.inty.net (Postfix) with ESMTP id 6B9A86F8E9C; Mon, 4 Aug 2014 19:25:18 +0100 (BST) Received: from mdfmta010.tbr.inty.net (unknown [127.0.0.1]) by mdfmta010.tbr.inty.net (Postfix) with ESMTP id 3D9076F8E95; Mon, 4 Aug 2014 19:25:18 +0100 (BST) Received: from [192.168.254.10] (unknown [80.176.147.220]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mdfmta010.tbr.inty.net (Postfix) with ESMTP; Mon, 4 Aug 2014 19:25:17 +0100 (BST) Message-ID: <53DFE6A5.2070903@ramsay1.demon.co.uk> Date: Mon, 04 Aug 2014 21:01:41 +0100 From: Ramsay Jones User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Christopher Li CC: Sparse Mailing-list Subject: [PATCH] parse.c: remove duplicate 'may_alias' ignored_attributes X-MDF-HostID: 3 Sender: linux-sparse-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sparse@vger.kernel.org X-Spam-Status: No, score=-7.6 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 Signed-off-by: Ramsay Jones Reviewed-by: Josh Triplett --- Hi Chris, I noticed this recently when rebasing an old branch, but forgot to write a patch. ATB, Ramsay Jones parse.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/parse.c b/parse.c index 69bcf82..471fb31 100644 --- a/parse.c +++ b/parse.c @@ -548,8 +548,6 @@ const char *ignored_attributes[] = { "__l1_data__", "l2", "__l2__", - "may_alias", - "__may_alias__", "malloc", "__malloc__", "may_alias",