public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* staging driver (epl)
@ 2009-01-19 21:03 Alexey Dobriyan
  2009-01-19 23:59 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Alexey Dobriyan @ 2009-01-19 21:03 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel

Greg, can I ssh to your box to do

	git rm -rf drivers/staging/epl
	sed -i -e '/epl/d' drivers/staging/Kconfig
	sed -i -e '/CONFIG_EPL/d' drivers/staging/Makefile
	git commit -a -m 'staging: remove epl driver'

?

This driver doesn't meet even _the_ basic requirements.

It's _full_ of hungarian notation (iRet).

It's full of typedefs.

It's full of HAL (tEplApiInstance etc).

Filenames (!) are in CamelCase.

It creates sockets from kernel for something.

It tries to interact with devfs.

It may come as surprise but you also committed real Win32 code:

	drivers/staging/epl/EplTimeruWin32.c
	drivers/staging/epl/ShbIpc-Win32.c

Amazing, isn't it?

Do you accept _any_ code? Exactly zero entry barrier?

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

end of thread, other threads:[~2009-01-20  6:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-19 21:03 staging driver (epl) Alexey Dobriyan
2009-01-19 23:59 ` Greg KH
2009-01-20  6:04   ` Alexey Dobriyan
2009-01-20  6:10     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox