* Re: [Qemu-trivial] [Qemu-devel] [PATCH 1/3] sonic: fix typo
[not found] <1320616132-21864-1-git-send-email-hpoussin@reactos.org>
@ 2011-11-07 11:15 ` Andreas Färber
0 siblings, 0 replies; only message in thread
From: Andreas Färber @ 2011-11-07 11:15 UTC (permalink / raw)
To: Hervé Poussineau; +Cc: qemu-trivial, Anthony Liguori, qemu-devel
Would be nice to add description:
Remove a doubled semicolon.
Am 06.11.2011 22:48, schrieb Hervé Poussineau:
>
> Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Andreas
> ---
> hw/dp8393x.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/hw/dp8393x.c b/hw/dp8393x.c
> index f66844b..cfec4cb 100644
> --- a/hw/dp8393x.c
> +++ b/hw/dp8393x.c
> @@ -515,7 +515,7 @@ static void write_register(dp8393xState *s, int reg, uint16_t val)
> switch (reg) {
> /* Command register */
> case SONIC_CR:
> - do_command(s, val);;
> + do_command(s, val);
> break;
> /* Prevent write to read-only registers */
> case SONIC_CAP2:
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-11-07 11:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1320616132-21864-1-git-send-email-hpoussin@reactos.org>
2011-11-07 11:15 ` [Qemu-trivial] [Qemu-devel] [PATCH 1/3] sonic: fix typo Andreas Färber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).