Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762221AbbEERrp (ORCPT ); Tue, 5 May 2015 13:47:45 -0400 Received: from smtp121.iad3a.emailsrvr.com ([173.203.187.121]:38183 "EHLO smtp121.iad3a.emailsrvr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759948AbbEERrl (ORCPT ); Tue, 5 May 2015 13:47:41 -0400 X-Sender-Id: abbotti@mev.co.uk From: Ian Abbott To: Cc: Greg Kroah-Hartman , Ian Abbott , H Hartley Sweeten , Subject: [PATCH 0/6] staging: comedi: gsc_hpdi: some clean-ups Date: Tue, 5 May 2015 18:47:23 +0100 Message-Id: <1430848049-29741-1-git-send-email-abbotti@mev.co.uk> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 922 Lines: 18 Simplify (eliminate) the board type matching code, since only a single board type is supported. Reformat the comments. Fix the checkpatch issues. Use a better module description string. 1) staging: comedi: gsc_hpdi: tidy up comments 2) staging: comedi: gsc_hpdi: remove multiple board type support 3) staging: comedi: gsc_hpdi: usleep_range is preferred over udelay 4) staging: comedi: gsc_hpdi: prefer using the BIT() macro 5) staging: comedi: gsc_hpdi: use PCI_DEVICE_SUB() 6) staging: comedi: gsc_hpdi: use a better MODULE_DESCRIPTION() drivers/staging/comedi/drivers/gsc_hpdi.c | 184 +++++++++++++----------------- 1 file changed, 80 insertions(+), 104 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/