projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75d5a5f
)
hw/scsi/lsi53c895a: Fix typo in comment
author
BALATON Zoltan
<balaton@eik.bme.hu>
Sat, 2 Mar 2024 22:42:00 +0000
(23:42 +0100)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Sat, 9 Mar 2024 15:56:36 +0000
(18:56 +0300)
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/scsi/lsi53c895a.c
patch
|
blob
|
history
diff --git
a/hw/scsi/lsi53c895a.c
b/hw/scsi/lsi53c895a.c
index d607a5f9fb104d3a7f389539e47cf5dbeff8ee55..f8598a17f5076472b8e2f8f658afa760b72b4dad 100644
(file)
--- a/
hw/scsi/lsi53c895a.c
+++ b/
hw/scsi/lsi53c895a.c
@@
-225,7
+225,7
@@
struct LSIState {
MemoryRegion io_io;
AddressSpace pci_io_as;
- int carry; /* ??? Should this be
a
n a visible register somewhere? */
+ int carry; /* ??? Should this be
i
n a visible register somewhere? */
int status;
int msg_action;
int msg_len;