From: Mauro Carvalho Chehab <mchehab@infradead.org>
To: Carl Karsten <carl@personnelware.com>
Cc: video4linux-list@redhat.com
Subject: Re: [patch] vivi: registered as /dev/video%d
Date: Wed, 28 May 2008 17:37:55 -0300 [thread overview]
Message-ID: <20080528173755.594ea08b@gaivota> (raw)
In-Reply-To: <483DBD67.8090508@personnelware.com>
On Wed, 28 May 2008 15:15:35 -0500
Carl Karsten <carl@personnelware.com> wrote:
> I posted a week ago and haven't heard anything.
I was on vacations last week.
> How long should I wait before
> posting this? :)
There are a few issues on your patch:
> - else
> + printk(KERN_INFO "%s: /dev/video%d unregistered.\n", MODULE_NAME,
> dev->vfd->minor);
Your patch got word wrapped. So, it didn't apply.
> + }
> + else {
CodingStyle is wrong. It should be:
} else {
(at the same line)
Also, on some places, you used space, instead of tabs.
Please, check your patch with checkpatch.pl (or, inside Mercurial, make
checkpatch) before sending it.
Also, be sure that your emailer won't add line breaks at the wrong places.
> } else
> printk(KERN_INFO "Video Technology Magazine Virtual Video "
> - "Capture Board successfully loaded.\n");
> + "Capture Board ver %u.%u.%u successfully loaded.\n",
> + (VIVI_VERSION >> 16) & 0xFF, (VIVI_VERSION >> 8) & 0xFF, VIVI_VERSION &
> 0xFF);
The indentation is very weird here.
Cheers,
Mauro
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
next prev parent reply other threads:[~2008-05-28 20:39 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-01 0:18 [patch] vivi: registered as /dev/video%d Carl Karsten
2008-03-02 6:34 ` Carl Karsten
2008-03-04 14:25 ` Mauro Carvalho Chehab
2008-05-28 20:15 ` Carl Karsten
2008-05-28 20:37 ` Mauro Carvalho Chehab [this message]
2008-05-28 22:03 ` Carl Karsten
2008-05-28 22:59 ` hermann pitton
[not found] ` <483DEB53.40604@personnelware.com>
[not found] ` <1212021382.5745.13.camel@pc10.localdom.local>
2008-05-31 3:59 ` Carl Karsten
2008-05-31 6:37 ` Carl Karsten
2008-06-01 4:38 ` hermann pitton
2008-06-10 0:02 ` Carl Karsten
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=20080528173755.594ea08b@gaivota \
--to=mchehab@infradead.org \
--cc=carl@personnelware.com \
--cc=video4linux-list@redhat.com \
/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