From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753753AbdDCQIx (ORCPT ); Mon, 3 Apr 2017 12:08:53 -0400 Received: from mail-pg0-f66.google.com ([74.125.83.66]:34337 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751803AbdDCQIv (ORCPT ); Mon, 3 Apr 2017 12:08:51 -0400 Message-ID: <58e27392.9561630a.e3725.c554@mx.google.com> X-Google-Original-Message-ID: <20170403160842.GA26346@> Date: Mon, 3 Apr 2017 21:38:42 +0530 From: Varsha Rao To: Matthew Wilcox Cc: linux-kernel@vger.kernel.org Subject: [PATCH 0/5] drivers: char: Fix checkpatch issues. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset fixes checkpatch issues and use IDA allocation instead of bitmap. Varsha Rao (5): drivers: char: Replace "foo * bar" with "foo *bar". drivers: char: Add space after ','. drivers: char: Add blank line after declarations. drivers: char: Replace printk with pr_err. drivers: char: Replace bit operation functions with IDA allocator. drivers/char/misc.c | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) -- 2.9.3