Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752864AbdDCMSL (ORCPT ); Mon, 3 Apr 2017 08:18:11 -0400 Received: from mail-wr0-f179.google.com ([209.85.128.179]:33355 "EHLO mail-wr0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752072AbdDCMSJ (ORCPT ); Mon, 3 Apr 2017 08:18:09 -0400 From: Corentin Labbe To: clemens@ladisch.de, arnd@arndb.de, gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH v2 0/6] hpet: fix build warnings and style Date: Mon, 3 Apr 2017 14:15:53 +0200 Message-Id: <20170403121559.1397-1-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.10.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 737 Lines: 20 The original intent was to remove two build warnings, but finaly took the opportunity to fix some style issues. compile-tested for both x86/x86_64/ia64. Changes since v1: - add linux/io-64-nonatomic-lo-hi.h for writeq/readq as suggested by Clemens Ladisch Corentin Labbe (6): hpet: remove unused variable hpet in hpet_ioctl_common hpet: remove unused writeq/readq function definitions hpet: fix checkpatch complains about spaces hpet: replace printk by their pr_xxx counterparts hpet: removing unused variable m in hpet_interrupt hpet: fix style issue about braces and alignment drivers/char/hpet.c | 57 ++++++++++++++++++----------------------------------- 1 file changed, 19 insertions(+), 38 deletions(-) -- 2.10.2