OSDN Git Service

igb: Rename a variable in igb_receive_internal()
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Tue, 23 May 2023 02:43:20 +0000 (11:43 +0900)
committerJason Wang <jasowang@redhat.com>
Tue, 23 May 2023 07:20:15 +0000 (15:20 +0800)
commit5c30aea4c93e90ed67ee6d279d8bdf7328953638
tree1ea07a5c4e6aee3414bddb7a818dbb7865d6b0b7
parent54ced75e497109b1cd9aa3ff75b863e7fea0358a
igb: Rename a variable in igb_receive_internal()

Rename variable "n" to "causes", which properly represents the content
of the variable.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Sriram Yagnaraman <sriram.yagnaraman@est.tech>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/igb_core.c