From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id A55161C01A7 for ; Fri, 12 May 2017 13:42:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 9B5F624732 for ; Fri, 12 May 2017 13:42:56 +0000 (UTC) Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VeBqbeMig0it for ; Fri, 12 May 2017 13:42:56 +0000 (UTC) Received: from mail-lf0-f66.google.com (mail-lf0-f66.google.com [209.85.215.66]) by silver.osuosl.org (Postfix) with ESMTPS id 0011C24684 for ; Fri, 12 May 2017 13:42:55 +0000 (UTC) Received: by mail-lf0-f66.google.com with SMTP id q70so204304lfi.0 for ; Fri, 12 May 2017 06:42:55 -0700 (PDT) From: Janusz Lisiecki Subject: [PATCH v2 6/8] staging: ks7010: avoid CamelCase: atimWindow Date: Fri, 12 May 2017 15:42:41 +0200 Message-Id: <1494596563-2518-7-git-send-email-janusz.lisiecki@gmail.com> In-Reply-To: <1494596563-2518-1-git-send-email-janusz.lisiecki@gmail.com> References: <1493499528-27307-1-git-send-email-janusz.lisiecki@gmail.com> <1494596563-2518-1-git-send-email-janusz.lisiecki@gmail.com> List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" To: Wolfram Sang Cc: Greg Kroah-Hartman , Linux Driver Project Developer List , Janusz Lisiecki Replace CamelCase variable name with underscores to comply with the standard kernel coding style. Signed-off-by: Janusz Lisiecki --- drivers/staging/ks7010/ks_hostif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/ks7010/ks_hostif.h b/drivers/staging/ks7010/ks_hostif.h index 77d8346..72f36db 100644 --- a/drivers/staging/ks7010/ks_hostif.h +++ b/drivers/staging/ks7010/ks_hostif.h @@ -257,7 +257,7 @@ struct cf_parms_t { } __packed; struct ibss_parms_t { - u16 atimWindow; + u16 atim_window; } __packed; struct rsn_t { -- 1.9.1 _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel