From patchwork Thu Oct 29 23:17:46 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chaehyun Lim X-Patchwork-Id: 7521911 X-Patchwork-Delegate: kvalo@adurom.com Return-Path: X-Original-To: patchwork-linux-wireless@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 5B108BEEA4 for ; Thu, 29 Oct 2015 23:18:30 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 74F97207EC for ; Thu, 29 Oct 2015 23:18:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8EE43207DE for ; Thu, 29 Oct 2015 23:18:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757050AbbJ2XS0 (ORCPT ); Thu, 29 Oct 2015 19:18:26 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:34026 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756901AbbJ2XSX (ORCPT ); Thu, 29 Oct 2015 19:18:23 -0400 Received: by padhk11 with SMTP id hk11so53973747pad.1 for ; Thu, 29 Oct 2015 16:18:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=dk1/kL17Ho1M8mSo+14mtlqlWQKwV8PGMVox6JVvEDk=; b=fnad5gAuxs8GOpQ3GgMJN57Yp8fyKFeASbrGmkGaCOyyQcfdXBxmg1fEN2cx079GjK /usZpmwAxIiHJZSkMRr9wDYZdNtsTiBgvvLwwODp45qMv+6Dr1T5kybfLfGMSqKS117P X2FIKjaP/tfvfuWfZwybchatHJeS6RNk0cuhO5s8ddNzuT9vps1Gh2Q2p2BEg35ZAqoJ ivjZ+0Nk2anETu9RrCNSPsib1Q0/HvuFiY6JaNPs5iv1wqdg6nKpMmD7lLeZAJ1C6zWg usoFxRn9ARxkszSnFjlGS5Nq2XZd1t+QKhquQ0q23CwXLvayWTfsDssoFH2HZydB5mKV Ys8w== X-Received: by 10.66.152.132 with SMTP id uy4mr1511612pab.133.1446160702400; Thu, 29 Oct 2015 16:18:22 -0700 (PDT) Received: from localhost.localdomain ([218.233.16.2]) by smtp.gmail.com with ESMTPSA id y7sm4292207par.31.2015.10.29.16.18.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 29 Oct 2015 16:18:21 -0700 (PDT) From: Chaehyun Lim To: gregkh@linuxfoundation.org Cc: johnny.kim@atmel.com, austin.shin@atmel.com, chris.park@atmel.com, tony.cho@atmel.com, glen.lee@atmel.com, leo.kim@atmel.com, linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org, Chaehyun Lim Subject: [PATCH V2 10/12] staging: wilc1000: rename pstrAddStationMsg in host_int_add_station Date: Fri, 30 Oct 2015 08:17:46 +0900 Message-Id: <1446160668-10747-10-git-send-email-chaehyun.lim@gmail.com> X-Mailer: git-send-email 2.6.1 In-Reply-To: <1446160668-10747-1-git-send-email-chaehyun.lim@gmail.com> References: <1446160668-10747-1-git-send-email-chaehyun.lim@gmail.com> Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch renames pstrAddStationMsg to add_sta_info to avoid camelcase. Signed-off-by: Chaehyun Lim --- V2: resend because 11/12 patch is changed. drivers/staging/wilc1000/host_interface.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 57287d4..3c5de75 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -4521,7 +4521,7 @@ int host_int_add_station(struct host_if_drv *hif_drv, { int result = 0; struct host_if_msg msg; - struct add_sta_param *pstrAddStationMsg = &msg.body.add_sta_info; + struct add_sta_param *add_sta_info = &msg.body.add_sta_info; if (!hif_drv) { PRINT_ER("driver is null\n"); @@ -4535,15 +4535,15 @@ int host_int_add_station(struct host_if_drv *hif_drv, msg.id = HOST_IF_MSG_ADD_STATION; msg.drv = hif_drv; - memcpy(pstrAddStationMsg, sta_param, sizeof(struct add_sta_param)); - if (pstrAddStationMsg->u8NumRates > 0) { - u8 *rates = kmalloc(pstrAddStationMsg->u8NumRates, GFP_KERNEL); + memcpy(add_sta_info, sta_param, sizeof(struct add_sta_param)); + if (add_sta_info->u8NumRates > 0) { + u8 *rates = kmalloc(add_sta_info->u8NumRates, GFP_KERNEL); if (!rates) return -ENOMEM; - memcpy(rates, sta_param->pu8Rates, pstrAddStationMsg->u8NumRates); - pstrAddStationMsg->pu8Rates = rates; + memcpy(rates, sta_param->pu8Rates, add_sta_info->u8NumRates); + add_sta_info->pu8Rates = rates; } result = wilc_mq_send(&hif_msg_q, &msg, sizeof(struct host_if_msg));