From: David Howells Date: Thu, 9 Apr 2015 19:36:49 +0000 (-0300) Subject: [media] dvb: Document FE_SCALE_DECIBEL units consistently X-Git-Tag: omap-for-v4.3/legacy-v2-signed~140^2~329 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c12adad26f059fa207d6b07aa61f39bc459211b;p=pandora-kernel.git [media] dvb: Document FE_SCALE_DECIBEL units consistently In comments and in the documentation, the units of properties marked with the FE_SCALE_DECIBEL scale are specified in terms of 1/1000 dB or 0.0001 dB. This is inconsistent, however, as 1/1000 is 0.001, not 0.0001. Note that the v4l-utils divide the value by 1000 for the signal strength suggesting that the 1/1000 is correct. Settle on millidecibels, ie. 1/1000dB or 0.001dB. Signed-off-by: David Howells Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed