[PATCH 0/6] qlcnic: refactor 82xx adapter driver
From: Sony Chacko <hidden>
Date: 2012-11-28 14:53:09
From: Sony Chacko <redacted> Refactor 82xx adapter driver to create new files for: Data path routines. Sysfs interface routines. Hardware register dump utility. We are refactoring the driver code to add support for a new adapter. Existing 82xx driver code has coding style issues. Each physical refactoring patch is followed by a seperate patch to fix the style issues in the newly created file. Patches in the series are listed below. 0001-qlcnic-create-file-qlcnic_io.c-for-datapath-routines.patch 0002-qlcnic-fix-coding-style-issues-in-qlcnic_io.c.patch 0003-qlcnic-create-file-qlcnic_sysfs.c-for-sysfs-routines.patch 0004-qlcnic-fix-style-issues-in-qlcnic_sysfs.c-file.patch 0005-qlcnic-create-file-qlcnic_minidump.c-for-dump-utilit.patch 0006-qlcnic-fix-coding-style-issues-in-qlcnic_minidump.c.patch Please apply to net-next. Thanks, Sony