From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ej1-f51.google.com (mail-ej1-f51.google.com [209.85.218.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id ECC133D6E for ; Mon, 20 Jun 2022 20:04:46 +0000 (UTC) Received: by mail-ej1-f51.google.com with SMTP id mf9so2866255ejb.0 for ; Mon, 20 Jun 2022 13:04:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=XwA7zkpBKMOa7D6ahvef+MzrRp6DsCvkHXwYy4FzqiI=; b=P2gDeGV3k/r7RAKVxZ9/QjwPRwuf0EMwLboNOSL223k+Gy49GmkW1W/fLLx7Y0qDHZ WnxwAJzRMBaMcKMjPmfDELUOztgKWAVbPXieRedDs0mUv+gKTHVHuarBJfkzWeJMBuiR qkSbMOpdJb8tf9gOc+yvpv+9inlxaySAoKjq4d0V8eqgU6oBcXoGDVE5N9XSkVir12g6 QSGe1nC+VZRi624UrQIORS93a8wkeT8/jPpCcqhVDgjRyXiEauODN0Urx1jZez7GhjaA 2b2hG132gR1ihRmeSjtkrUH0eaXx9OfdDNWQEzLBqML7nBUr2EH2U4tIquZ1ch5wcPXa 87sg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=XwA7zkpBKMOa7D6ahvef+MzrRp6DsCvkHXwYy4FzqiI=; b=Zw2CfSgJU01hs0v2Xn+hmF5Ub57EKCDYHo/mK2G4y0kitVMDCa8PWZELvAMCuEzJuh +34AAEYvq01f9S/0sDyR56ZsuFNgxlzJr6AQC9JPaqlcox61EUL5X8aJqXQJz771VOVG Qz7MciBek/+7icZN2GIQRXDy4sXYTvDu/ETNwxMxKoyEwhFT44ixFzJa6gJvfKw/H4id 8p/k5j71VQja4QScxeb9ASvQQa1ojp+nTpW3u/UQRGQBpfurvgtztJGbTjg7U5FD8n7f tZkzktswBCnXFJPNuAi00kIDQylnrL7bB+y0YTHJxsA0S3VwdMpyWi9xCAyxeyugp/2E o6rw== X-Gm-Message-State: AJIora9404fqnbOFurSMu5NI0ja8fHBYchr6d6pyrF+qY8TybEUGxmGP oqEJ6Eir2tSH+WDDVBxUGc8= X-Google-Smtp-Source: AGRyM1sY14201r8EiKcD4MYti4igobBBgrd4ld+Bv0vP7AV1cqCnfFzQ7WYB2chx1Ihz20IWlwayTQ== X-Received: by 2002:a17:906:74c2:b0:722:e1e2:edea with SMTP id z2-20020a17090674c200b00722e1e2edeamr370227ejl.658.1655755485204; Mon, 20 Jun 2022 13:04:45 -0700 (PDT) Received: from [192.168.1.100] (p54a07b82.dip0.t-ipconnect.de. [84.160.123.130]) by smtp.gmail.com with ESMTPSA id kw2-20020a170907770200b007121361d54asm6561454ejc.25.2022.06.20.13.04.43 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 20 Jun 2022 13:04:44 -0700 (PDT) Message-ID: Date: Mon, 20 Jun 2022 22:04:42 +0200 Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [PATCH v2 0/5] Fixed some coding style issues and spelling Content-Language: en-US To: Chang Yu , Larry.Finger@lwfinger.net, paskripkin@gmail.com Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org References: From: Philipp Hortmann In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 6/19/22 21:42, Chang Yu wrote: > Fixed a few coding style issues and some spelling errors in the > comments. > > Changes in v2: > Separated the original big patch into 5 smaller patches so that each > clean up is in its own patch. > > Chang Yu (5): > Staging: r8188eu: core: rtw_xmit: Fixed some whitespace coding style > issues > Staging: r8188eu: core: rtw_xmit: Fixed two indentation coding style > issues. > Staging: r8188eu: core: rtw_xmit: Fixed some spelling errors in the > comments > Staging: r8188eu: core: rtw_xmit: Fixed a brace coding style issue > Staging: r8188eu: core: rtw_xmit: Fixed a coding style issue > > drivers/staging/r8188eu/core/rtw_xmit.c | 28 ++++++++++--------------- > 1 file changed, 11 insertions(+), 17 deletions(-) > Tested-by: Philipp Hortmann # Edimax N150 Adapter