Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752994Ab1CGIVk (ORCPT ); Mon, 7 Mar 2011 03:21:40 -0500 Received: from mail-bw0-f46.google.com ([209.85.214.46]:49168 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751000Ab1CGIVi (ORCPT ); Mon, 7 Mar 2011 03:21:38 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:date:message-id:x-mailer; b=YDxdlxDfaYwc439puvXnolCPMDeuW50PrDC7AS3MHS7LosCSKSOMwq2OCAuapriRy+ aKbvaRQh+tGCJu6GZw+Xb1DUqV+q1Ufhv7VV4zFmCRjGuM5vSgxPPJqEnmofHgcud95u HZ+4ZTDIp/uwEQyRczwqcNeDjKx0IgfMOKXSI= From: Marek Belisko To: gregkh@suse.de Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Marek Belisko Subject: [PATCH 00/21] Coding style and minor changes in ft1000_hw. Date: Mon, 7 Mar 2011 09:21:05 +0100 Message-Id: <1299486086-7325-1-git-send-email-marek.belisko@open-nandra.com> X-Mailer: git-send-email 1.7.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1919 Lines: 34 Marek Belisko (21): staging: ft1000: Replace camelcase CardSendCommand function name. staging: ft1000: Fix coding style in card_send_command function. staging: ft1000: Fix coding style in dsp_reload function. staging: ft1000: Fix coding style in ft1000_reset_asic function. staging: ft1000: Fix coding style in ft1000_reset_card function. staging: ft1000: Fix identation in ftnet_ops struct. staging: ft1000: Fix coding style in init_ft1000_netdev function. staging: ft1000: Change return value for init_ft1000_netdev function. staging: ft1000: Fix coding style in reg_ft1000_netdev function. staging: ft1000: Fix coding style in ft1000_reset function. staging: ft1000: Fix coding style in ft1000_usb_transmit_complete function. staging: ft1000: Fix coding style in ft1000_copy_down_pkt function. staging: ft1000: Fix coding style in ft1000_start_xmit function. staging: ft1000: Fix coding style in ft1000_submit_rx_urb function. staging: ft1000: Fix coding style in ft1000_copy_up_pkt function. staging: ft1000: Fix coding style in ft1000_open function. staging: ft1000: Fix coding style in ft1000_close function. staging: ft1000: Fix coding style in ft1000_chkcard function. staging: ft1000: Fix coding style in ft1000_receive_cmd function. staging: ft1000: Fix coding style in ft1000_dsp_prov function. staging: ft1000: Fix coding style in ft1000_proc_drvmsg function. drivers/staging/ft1000/ft1000-usb/ft1000_debug.c | 6 +- drivers/staging/ft1000/ft1000-usb/ft1000_hw.c | 1724 +++++++++++----------- drivers/staging/ft1000/ft1000-usb/ft1000_usb.h | 4 +- 3 files changed, 872 insertions(+), 862 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/