Mailinglist Archive: radeonhd (622 mails)
| < Previous | Next > |
Re: [radeonhd] [PATCH] Fix "Bandwidth" formating
- From: Egbert Eich <eich@xxxxxxx>
- Date: Wed, 3 Oct 2007 14:35:25 +0200
- Message-id: <18179.35981.465659.617553@xxxxxxxxxxxxxxxxxxx>
Committed here. Scheduled for push.
Cheers,
Egbert.
Marcin Garski writes:
> Hello,
>
> Add space after "Bandwidth:".
>
> --
> Marcin Garski
> diff -ur xf86-video-radeonhd-20070928-orig/src/rhd_monitor.c xf86-video-radeonhd-20070928/src/rhd_monitor.c
> --- xf86-video-radeonhd-20070928-orig/src/rhd_monitor.c 2007-09-28 16:17:47.000000000 +0200
> +++ xf86-video-radeonhd-20070928/src/rhd_monitor.c 2007-09-28 17:11:07.000000000 +0200
> @@ -43,7 +43,7 @@
> {
> int i;
>
> - xf86Msg(X_NONE, " Bandwidth:%dMHz\n", Monitor->Bandwidth / 1000);
> + xf86Msg(X_NONE, " Bandwidth: %dMHz\n", Monitor->Bandwidth / 1000);
> xf86Msg(X_NONE, " Horizontal timing:\n");
> for (i = 0; i < Monitor->numHSync; i++)
> xf86Msg(X_NONE, " %3.1f - %3.1fkHz\n", Monitor->HSync[i].lo,
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |