Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751456AbdIAH0U (ORCPT ); Fri, 1 Sep 2017 03:26:20 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:35856 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751345AbdIAH0S (ORCPT ); Fri, 1 Sep 2017 03:26:18 -0400 X-Google-Smtp-Source: ADKCNb7Y36MG55r6OJu9OduJtxMzf4Mr1QR0AzQ6K68JpT6fGWybdi1ez4BsRSyy7k/lgm3I912BCzke9d5BaSkLeOk= MIME-Version: 1.0 In-Reply-To: <1504222183-61202-12-git-send-email-keescook@chromium.org> References: <1504222183-61202-1-git-send-email-keescook@chromium.org> <1504222183-61202-12-git-send-email-keescook@chromium.org> From: Geert Uytterhoeven Date: Fri, 1 Sep 2017 09:26:17 +0200 X-Google-Sender-Auth: eqo_6Rab1vR4LHDP9o3eF6fisco Message-ID: Subject: Re: [PATCH 11/31] timer: Remove expires and data arguments from DEFINE_TIMER To: Kees Cook Cc: Thomas Gleixner , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 881 Lines: 25 On Fri, Sep 1, 2017 at 1:29 AM, Kees Cook wrote: > Drop the arguments from the macro and adjust all callers with the > following script: > > perl -pi -e 's/DEFINE_TIMER\((.*), 0, 0\);/DEFINE_TIMER($1);/g;' \ > $(git grep DEFINE_TIMER | cut -d: -f1 | sort -u | grep -v timer.h) > > Signed-off-by: Kees Cook > arch/m68k/amiga/amisound.c | 2 +- > arch/m68k/mac/macboing.c | 2 +- For the m68k parts: Acked-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds