From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933297AbeAXEcs (ORCPT ); Tue, 23 Jan 2018 23:32:48 -0500 Received: from mail-wm0-f46.google.com ([74.125.82.46]:38280 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932586AbeAXEcq (ORCPT ); Tue, 23 Jan 2018 23:32:46 -0500 X-Google-Smtp-Source: AH8x22467fpwro/MI94GeOZlBA4y3ylob7sFgN3yYQ++tokhiIqZmnq2kW8RrpqiA0ktdf8rORVp6A== MIME-Version: 1.0 In-Reply-To: <20180123114112.31297-1-luisbg@kernel.org> References: <20180123114112.31297-1-luisbg@kernel.org> From: Chen-Yu Tsai Date: Wed, 24 Jan 2018 12:32:23 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] clocksource/drivers/timer_sun5i: Fix trailing semicolon To: Luis de Bethencourt Cc: linux-kernel , Joe Perches , Daniel Lezcano , Thomas Gleixner , Maxime Ripard , linux-arm-kernel Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 23, 2018 at 7:41 PM, Luis de Bethencourt wrote: > The trailing semicolon is an empty statement that does no operation. > Removing it since it doesn't do anything. > > Signed-off-by: Luis de Bethencourt Acked-by: Chen-Yu Tsai