From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id C08F91C01A7 for ; Fri, 12 May 2017 13:42:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B81C488097 for ; Fri, 12 May 2017 13:42:54 +0000 (UTC) Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ONcs_BU7saXX for ; Fri, 12 May 2017 13:42:54 +0000 (UTC) Received: from mail-lf0-f68.google.com (mail-lf0-f68.google.com [209.85.215.68]) by fraxinus.osuosl.org (Postfix) with ESMTPS id B033C88049 for ; Fri, 12 May 2017 13:42:53 +0000 (UTC) Received: by mail-lf0-f68.google.com with SMTP id q24so203903lfb.1 for ; Fri, 12 May 2017 06:42:53 -0700 (PDT) From: Janusz Lisiecki Subject: [PATCH v2 3/8] staging: ks7010: avoid CamelCase: FhParms_t fields Date: Fri, 12 May 2017 15:42:38 +0200 Message-Id: <1494596563-2518-4-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 struct field names with underscores to comply with the standard kernel coding style. Changed: - dwellTime - hopSet - hopPattern - hopIndex Signed-off-by: Janusz Lisiecki --- drivers/staging/ks7010/ks_hostif.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/ks7010/ks_hostif.h b/drivers/staging/ks7010/ks_hostif.h index 5c8e455..4d77ea8 100644 --- a/drivers/staging/ks7010/ks_hostif.h +++ b/drivers/staging/ks7010/ks_hostif.h @@ -239,10 +239,10 @@ struct rate_set8_t { } __packed; struct FhParms_t { - u16 dwellTime; - u8 hopSet; - u8 hopPattern; - u8 hopIndex; + u16 dwell_time; + u8 hop_set; + u8 hop_pattern; + u8 hop_index; } __packed; struct DsParms_t { -- 1.9.1 _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel