Re: [PATCH 2/2] fs: configfs: use hexadecimal values and new line

From: Greg KH
Date: Wed Feb 01 2017 - 03:07:07 EST


On Tue, Jan 31, 2017 at 06:19:17PM -0800, Stefan Agner wrote:
> Other unsigned properties return hexadecimal values, follow this
> convention when printing b_vendor_code too. Also add newlines to
> the OS Descriptor support related properties, like other sysfs
> files use.

configfs is not sysfs, so watch out, you might not need/want those new
lines as tools read the values and are not expecting them.

Have you verified that nothing will break with this? How have you
tested it?

thanks,

greg k-h