On Fri, 2012-07-06 at 03:08 +0200, Stephane Eranian wrote: > >> We use '_' in file names and '-' in event symbol names. I thought it might > >> be > >> confusing allowing just '_' so I added also the '-' version. > >> > What's wrong with keeping the - in the filenames as well? That would help > keep things simple. That would avoid yet another layer of aliases.
No idea, my fingers prefer _ but it doesn't really matter all that much. # find /sys | grep _ | wc -l 11753 # find /sys | grep - | wc -l 3700 So sysfs prefers _ as well, but there's enough - to not be the first ;-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/