From: Greg KH <gregkh@linuxfoundation.org>
To: Glen Lee <glen.lee@atmel.com>
Cc: devel@driverdev.osuosl.org, austin.shin@atmel.com,
linux-wireless@vger.kernel.org, Nicolas.FERRE@atmel.com,
adel.noureldin@atmel.com, tony.cho@atmel.com, leo.kim@atmel.com,
adham.abozaeid@atmel.com
Subject: Re: [PATCH RESEND 03/46] staging: wilc1000: rename index to tcp_pending_ack_idx
Date: Mon, 21 Dec 2015 13:17:45 -0800 [thread overview]
Message-ID: <20151221211745.GA13495@kroah.com> (raw)
In-Reply-To: <1450675130-17866-4-git-send-email-glen.lee@atmel.com>
On Mon, Dec 21, 2015 at 02:18:07PM +0900, Glen Lee wrote:
> This patch renames "index" of struct txq_entry_t to tcp_pending_ack_idx since
> this name could be confused index of txq_entry_t. It is index of tcp pending
> ack.
>
> It fixes 8e55639d066f4ef402ba88fca08ed1be70e1c4da
You didn't describe this correctly :(
It should be:
It fixes 8e55639d066f ("staging: wilc1000: rename
tcp_PendingAck_index of struct txq_entry_t")
I'll edit it by hand this time :(
next prev parent reply other threads:[~2015-12-21 21:18 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-21 5:18 [PATCH RESEND 00/46] Rebase and resend Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 01/46] staging: wilc1000: remove define COMPLEMENT_BOOT Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 02/46] staging: wilc1000: remove wilc memory allocation config Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 03/46] staging: wilc1000: rename index to tcp_pending_ack_idx Glen Lee
2015-12-21 21:17 ` Greg KH [this message]
2015-12-22 1:53 ` glen lee
2015-12-21 5:18 ` [PATCH RESEND 04/46] staging: wilc1000: use kernel define byte order macros Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 05/46] staging: wilc1000: wilc_wlan.c: remove hif_func of wilc_wlan_dev_t Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 06/46] staging: wilc1000: remove io_type " Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 07/46] staging: wilc1000: remove unused varialbe tx_buffer_offset Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 08/46] staging: wilc1000: move all of wilc_wlan_dev_t to struct wilc Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 09/46] staging: wilc1000: sdio/spi: use device print api instead of custom one Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 10/46] staging: wilc1000: remove wilc_debug_func of hif_init Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 11/46] staging: wilc1000: remove unused functions Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 12/46] staging: wilc1000: linux_wlan_sdio.c: fix checkpatch warning line over 80 Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 13/46] staging: wilc1000: linux_wlan_sdio.c: remove braces Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 14/46] staging: wilc1000: wilc_sdio_cmd53: return linux error value Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 15/46] staging: wilc1000: wilc_sdio_cmd52: " Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 16/46] staging: wilc1000: linux_wlan_spi.c: remove braces for single statement Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 17/46] staging: wilc1000: linux_wlan_spi.c: add a blank Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 18/46] staging: wilc1000: linux_wlan_spi.c: fix NULL comparison style Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 19/46] staging: wilc1000: replace explicit NULL comparisons with ! Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 20/46] staging: wilc1000: fixes potential null dereference 'wid.val' Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 21/46] staging: wilc1000: wilc_init(): fixes inconsistent returns Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 22/46] staging: wilc1000: wilc_deinit(): " Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 23/46] staging: wilc1000: linux_wlan_spi.c: return linux error value Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 24/46] staging: wilc1000: linux_sdio_probe: use return value Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 25/46] staging: wilc1000: linux_wlan_sdio.c: move all the codes to wilc_sdio.c Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 26/46] staging: wilc1000: remove unused files Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 27/46] staging: wilc1000: rename spi function names Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 28/46] staging: wilc1000: remove unneeded function Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 29/46] staging: wilc1000: linux_wlan_spi.c: move all the codes to wilc_spi.c Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 30/46] staging: wilc1000: remove unused files Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 31/46] staging: wilc1000: remove unneeded extern variable Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 32/46] staging: wilc1000: move perInterface_wlan_t to wilc_vif Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 33/46] staging: wilc1000: change vif to pointer to refence real private data Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 34/46] staging: wilc1000: remove duplicate netdev Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 35/46] staging: wilc1000: pass vif to hostIFthread Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 36/46] staging: wilc1000: remove argument hif_drv Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 37/46] staging: wilc1000: take vif instead of drv in hostIFthread Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 38/46] staging: wilc1000: pass struct wilc Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 39/46] staging: wilc1000: use vif index to communicate with wilc device Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 40/46] staging: wilc1000: wilc_set_wfi_drv_handler: pass vif index Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 41/46] staging: wilc1000: change join_req_drv type and it's name Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 42/46] staging: wilc1000: remove used functions Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 43/46] staging: wilc1000: remove drv of struct host_if_msg Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 44/46] staging: wilc1000: remove wilc of struct host_if_drv Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 45/46] staging: wilc1000: set hif_drv before it is used Glen Lee
2015-12-21 5:18 ` [PATCH RESEND 46/46] staging: wilc1000: bug fix on memory free Glen Lee
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151221211745.GA13495@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=Nicolas.FERRE@atmel.com \
--cc=adel.noureldin@atmel.com \
--cc=adham.abozaeid@atmel.com \
--cc=austin.shin@atmel.com \
--cc=devel@driverdev.osuosl.org \
--cc=glen.lee@atmel.com \
--cc=leo.kim@atmel.com \
--cc=linux-wireless@vger.kernel.org \
--cc=tony.cho@atmel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.