From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933280AbdDGL3D (ORCPT ); Fri, 7 Apr 2017 07:29:03 -0400 Received: from mail-pg0-f67.google.com ([74.125.83.67]:35614 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933231AbdDGL2t (ORCPT ); Fri, 7 Apr 2017 07:28:49 -0400 Message-ID: <58e777ef.15dc630a.e6375.3ba3@mx.google.com> X-Google-Original-Message-ID: <20170407112829.GA2659@> Date: Fri, 7 Apr 2017 16:58:29 +0530 From: Varsha Rao To: Matthew Wilcox , Arnd Bergmann , Greg Kroah-Hartman 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