From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754426Ab1JLVjc (ORCPT ); Wed, 12 Oct 2011 17:39:32 -0400 Received: from mail-ww0-f42.google.com ([74.125.82.42]:33310 "EHLO mail-ww0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754306Ab1JLVjL (ORCPT ); Wed, 12 Oct 2011 17:39:11 -0400 From: Mark Einon To: gregkh@suse.de Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Mark Einon Subject: [PATCH 10/10] staging: et131x: Update TODO list - remove 'put driver into single file' Date: Wed, 12 Oct 2011 22:36:42 +0100 Message-Id: <1318455402-10596-11-git-send-email-mark.einon@gmail.com> X-Mailer: git-send-email 1.7.6.4 In-Reply-To: <1318455402-10596-1-git-send-email-mark.einon@gmail.com> References: <1318455402-10596-1-git-send-email-mark.einon@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Driver now resides in a single file with a separate header with registers, updated the README TODO list. Signed-off-by: Mark Einon --- drivers/staging/et131x/README | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/staging/et131x/README b/drivers/staging/et131x/README index c67f83e..a7b33dc 100644 --- a/drivers/staging/et131x/README +++ b/drivers/staging/et131x/README @@ -8,7 +8,6 @@ Note, the powermanagement options were removed from the vendor provided driver as they did not build properly at the time. TODO: - - Put the driver into a single file, with a .h for the registers layout. - rx_ring.fbr{0, 1} can probably share a common structure - Use of kmem_cache seems a bit unusual - Use dma_alloc_... in place of pci_alloc_... -- 1.7.6.4