All of lore.kernel.org
 help / color / mirror / Atom feed
* [Coding style question] XXX_register or register_XXX
@ 2002-11-20 23:49 Rusty Lynch
  2002-11-20 19:02 ` Halil Demirezen
  2002-11-21  1:08 ` Robert Love
  0 siblings, 2 replies; 5+ messages in thread
From: Rusty Lynch @ 2002-11-20 23:49 UTC (permalink / raw)
  To: linux-kernel

Is there an accepted standard on naming for registration functions?  If have
a foo
object that other things can register and unregister with, should the
function names be:

int register_foo(&something);
int unregister_foo(&something);

 - or -

int foo_register(&something);
int foo_unregister(&something);

    -rustyl


^ permalink raw reply	[flat|nested] 5+ messages in thread
* RE: [Coding style question] XXX_register or register_XXX
@ 2002-11-21  3:53 Perez-Gonzalez, Inaky
  0 siblings, 0 replies; 5+ messages in thread
From: Perez-Gonzalez, Inaky @ 2002-11-21  3:53 UTC (permalink / raw)
  To: 'Rusty Lynch', linux-kernel


> int foo_register(&something);
> int foo_unregister(&something);

I prefer this, althought the other one is [maybe more] common.

Inaky Perez-Gonzalez -- Not speaking for Intel - opinions are my own [or my
fault]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-11-21  3:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-20 23:49 [Coding style question] XXX_register or register_XXX Rusty Lynch
2002-11-20 19:02 ` Halil Demirezen
2002-11-21  1:08 ` Robert Love
2002-11-21  1:14   ` Arnaldo Carvalho de Melo
  -- strict thread matches above, loose matches on Subject: below --
2002-11-21  3:53 Perez-Gonzalez, Inaky

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.