Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 144dcdce authored by Tobias Lorenz's avatar Tobias Lorenz Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB: radio-si470x: Use UTF-8 encoding on a comment



This cosmetic patch corrects a wrong unicode "micro" character in a comment.

Signed-off-by: default avatarTobias Lorenz <tobias.lorenz@gmx.net>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent d2fa2187
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -724,7 +724,7 @@ static int si470x_vidioc_g_tuner(struct file *file, void *priv,
		tuner->audmode = V4L2_TUNER_MODE_MONO;
		tuner->audmode = V4L2_TUNER_MODE_MONO;


	/* min is worst, max is best; signal:0..0xffff; rssi: 0..0xff */
	/* min is worst, max is best; signal:0..0xffff; rssi: 0..0xff */
	/* measured in units of dbV in 1 db increments (max at ~75 dbV) */
	/* measured in units of dbµV in 1 db increments (max at ~75 dbµV) */
	tuner->signal = (radio->registers[STATUSRSSI] & STATUSRSSI_RSSI);
	tuner->signal = (radio->registers[STATUSRSSI] & STATUSRSSI_RSSI);
	/* the ideal factor is 0xffff/75 = 873,8 */
	/* the ideal factor is 0xffff/75 = 873,8 */
	tuner->signal = (tuner->signal * 873) + (8 * tuner->signal / 10);
	tuner->signal = (tuner->signal * 873) + (8 * tuner->signal / 10);