From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751386AbdBXKeC (ORCPT ); Fri, 24 Feb 2017 05:34:02 -0500 Received: from mail-lf0-f65.google.com ([209.85.215.65]:35750 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751115AbdBXKdp (ORCPT ); Fri, 24 Feb 2017 05:33:45 -0500 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= To: Alex Hung , Darren Hart , Andy Shevchenko Cc: platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/4] Improve intel-hid's self-consistency Date: Fri, 24 Feb 2017 11:33:05 +0100 Message-Id: <20170224103309.19463-1-kernel@kempniu.pl> X-Mailer: git-send-email 2.11.1 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 Commit 2cfa4b311acc ("platform/x86: intel-hid: Support 5 button array") contains some coding style cleanups compared to the code it was based on. This patch series "backports" these cleanups to the rest of the driver in order to make it more self-consistent and removes a redundant set_bit() call as a bonus. This series was not tested on hardware supported by intel-hid. drivers/platform/x86/intel-hid.c | 48 ++++++++++------------------------------ 1 file changed, 12 insertions(+), 36 deletions(-) -- 2.11.1