linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: "Antonino A. Daplas" <adaplas@gmail.com>
Cc: linux-fbdev-devel@lists.sourceforge.net
Subject: Re: [PATCH 02/18] fbdev: Pan display fixes
Date: Sat, 10 Dec 2005 00:23:06 -0800	[thread overview]
Message-ID: <20051210002306.7342f0c8.akpm@osdl.org> (raw)
In-Reply-To: <439A7126.7010107@gmail.com>

"Antonino A. Daplas" <adaplas@gmail.com> wrote:
>
>  @@ -722,14 +722,30 @@ static void try_to_load(int fb)
>   int
>   fb_pan_display(struct fb_info *info, struct fb_var_screeninfo *var)
>   {
>  +	struct fb_fix_screeninfo *fix = &info->fix;
>           int xoffset = var->xoffset;
>           int yoffset = var->yoffset;
>  -        int err;
>  +        int err = 0, yres = info->var.yres;
>  +
>  +	if (var->yoffset > 0) {

Something horrid has happened to your whitespace.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click

  reply	other threads:[~2005-12-10  8:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-10  6:09 [PATCH 02/18] fbdev: Pan display fixes Antonino A. Daplas
2005-12-10  8:23 ` Andrew Morton [this message]
2005-12-10 14:24   ` Antonino A. Daplas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051210002306.7342f0c8.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=adaplas@gmail.com \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).