OSDN Git Service

e1000e: Rename a variable in e1000e_receive_internal()
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Tue, 23 May 2023 02:43:19 +0000 (11:43 +0900)
committerJason Wang <jasowang@redhat.com>
Tue, 23 May 2023 07:20:15 +0000 (15:20 +0800)
commit54ced75e497109b1cd9aa3ff75b863e7fea0358a
tree1f79780982e80e672ddf6a46ebba84091e31d09d
parentfe619f2005b15b14f718c56a57152c5c1c06b4c8
e1000e: Rename a variable in e1000e_receive_internal()

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

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/e1000e_core.c