All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* Need Clarification about Whether i can change some Specific Staging Code
@ 2014-04-13  3:35 Kumar Gaurav
  2014-04-13  4:43 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Kumar Gaurav @ 2014-04-13  3:35 UTC (permalink / raw
  To: kernel-janitors

Hi Greg,

I was checking drivers code to see which are still using semaphore. I 
found some in staging. When i opened the code for upgrading that to 
MUTEX i found a note. that says:

  *    NOTE TO LINUX KERNEL HACKERS:  DO NOT REFORMAT THIS CODE!
  *
  *    This is shared code between Digi's CVS archive and the
  *    Linux Kernel sources.
  *    Changing the source just for reformatting needlessly breaks
  *    our CVS diff history.
  *
  *    Send any bug fixes/changes to:  Eng.Linux at digi dot com.
  *    Thank you.
  */

Involved codes are
./drivers/staging/dgap/dgap_tty.c
  ./drivers/staging/dgnc/dgnc_tty.c

Please let me know if i can submit a patch against these files.

Regards
Kumar Gaurav

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

* Re: Need Clarification about Whether i can change some Specific Staging Code
  2014-04-13  3:35 Need Clarification about Whether i can change some Specific Staging Code Kumar Gaurav
@ 2014-04-13  4:43 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2014-04-13  4:43 UTC (permalink / raw
  To: kernel-janitors

On Sun, Apr 13, 2014 at 08:53:45AM +0530, Kumar Gaurav wrote:
> Hi Greg,
> 
> I was checking drivers code to see which are still using semaphore. I 
> found some in staging. When i opened the code for upgrading that to 
> MUTEX i found a note. that says:
> 
>   *    NOTE TO LINUX KERNEL HACKERS:  DO NOT REFORMAT THIS CODE!
>   *
>   *    This is shared code between Digi's CVS archive and the
>   *    Linux Kernel sources.
>   *    Changing the source just for reformatting needlessly breaks
>   *    our CVS diff history.
>   *
>   *    Send any bug fixes/changes to:  Eng.Linux at digi dot com.
>   *    Thank you.
>   */
> 
> Involved codes are
> ./drivers/staging/dgap/dgap_tty.c
>   ./drivers/staging/dgnc/dgnc_tty.c
> 
> Please let me know if i can submit a patch against these files.

Yes you can, in fact, you can send a patch to remove those lines :)

greg k-h

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

end of thread, other threads:[~2014-04-13  4:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-13  3:35 Need Clarification about Whether i can change some Specific Staging Code Kumar Gaurav
2014-04-13  4:43 ` Greg KH

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.