From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753379AbbHGNff (ORCPT ); Fri, 7 Aug 2015 09:35:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44384 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753034AbbHGNfe (ORCPT ); Fri, 7 Aug 2015 09:35:34 -0400 From: Jes Sorensen To: Johannes Postma Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, linux-wireless@vger.kernel.org, Larry Finger , Greg Kroah-Hartman Subject: Re: [PATCH] staging: rtl8723au: rtl8723a_hal_init: Improve code readability References: <1438952674-9823-1-git-send-email-jgmpostma@gmail.com> Date: Fri, 07 Aug 2015 09:35:32 -0400 In-Reply-To: <1438952674-9823-1-git-send-email-jgmpostma@gmail.com> (Johannes Postma's message of "Fri, 7 Aug 2015 14:04:34 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Johannes Postma writes: > This patch improves code readability in the function > rtl8723a_cal_txdesc_chksum. It improves the readability of the argument > of the function le16_to_cpu. > > Signed-off-by: Johannes Postma > --- > drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Jes Sorensen