Re: [Line6linux-devel] [PATCH 1/8] staging: line6: wrap >80 char lines in capture.c
Status: Pre-Alpha
Brought to you by:
mgrabner
From: Joe P. <jo...@pe...> - 2012-11-15 22:12:38
|
On Thu, 2012-11-15 at 22:03 +0100, Markus Grabner wrote: > Am Mittwoch, 14. November 2012, 17:33:05 schrieb Dan Carpenter: > > The reason this is hitting the 80 character limit is because > > "LINE6_INDEX_PCM_ALSA_CAPTURE_STREAM" is 35 characters long. It > > isn't even clear from the name what it holds. It's just a very crap > > name. > Please refer to the file pcm.h for a detailed documentation of this and > similar names (in fact, the documentation explains the LINE6_BIT_PCM_* names > instead, but I bevlieve the correspondence is obvious). It's hard to define a > shorter name which is at the same time descriptive, consistent, and not to be > confused with related names. > > Should such documentation be moved to a separate file (e.g., > "Documentation/sound/alsa/line6usb.txt")? Documenting poor naming choices doesn't make it better. |