* [KJ] kj-devel.pl added feature
@ 2005-02-14 14:57 vicente.feito
0 siblings, 0 replies; 2+ messages in thread
From: vicente.feito @ 2005-02-14 14:57 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 543 bytes --]
Well, I've fixed something I've broken, and now I've added checks for balanced
ioremap()/iounmap().
Another thing to look up to it's pci_alloc_consistent() /
pci_free_consistent(), but it's hard to check, cause the parameters received
are changed all the time with structure members and function calls, and it's
hard to track in order to check the balance, something it's gonna come up
anytime soon I guess...
PS.This weekend Domen it's going to add this to the page, so from then I'm
going to start sending only the patches.
Vicente.
[-- Attachment #2: kj-devel.pl --]
[-- Type: application/x-perl, Size: 11716 bytes --]
[-- Attachment #3: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [KJ] kj-devel.pl added feature
@ 2005-03-16 23:45 Randy.Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy.Dunlap @ 2005-03-16 23:45 UTC (permalink / raw)
To: kernel-janitors
vicente.feito@gmail.com wrote:
> Well, I've fixed something I've broken, and now I've added checks for balanced
> ioremap()/iounmap().
> Another thing to look up to it's pci_alloc_consistent() /
> pci_free_consistent(), but it's hard to check, cause the parameters received
> are changed all the time with structure members and function calls, and it's
> hard to track in order to check the balance, something it's gonna come up
> anytime soon I guess...
>
> PS.This weekend Domen it's going to add this to the page, so from then I'm
> going to start sending only the patches.
Sorry for the delay.
1. If you're building a module, be concious that you must use the
init mechanism, module_init() and module_exit().
"concious" should be "conscious", but I suggest just changing
"be concious" to "note", or just omit it completely.
2. file: sound/sound_core.c
Unlocking a lock that hasn't been aquired yet(could be a false
positive) - Line:546
s/aquired/acquired/
add a space before the "("
put Line:nnn first (this may not be feasible with multiple line
numbers, I'll let you decide)
but this one shouldn't have been reported at all IMO
3. Using foo[] it's recommended over *foo: saves memory references & code
s/it's/is/
--
~Randy
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-03-16 23:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-16 23:45 [KJ] kj-devel.pl added feature Randy.Dunlap
-- strict thread matches above, loose matches on Subject: below --
2005-02-14 14:57 vicente.feito
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.