Commit 3066bc05 authored by Amarjargal Gundjalam's avatar Amarjargal Gundjalam Committed by Greg Kroah-Hartman

staging: media: bcm2048: fix mispelling

This patch fixes the checkpatch issue:

CHECK: 'Syncronize' may be misspelled - perhaps 'Synchronize'?
Signed-off-by: default avatarAmarjargal Gundjalam <amarjargal.gundjalam@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cf2f3408
......@@ -1596,7 +1596,7 @@ static void bcm2048_parse_rds_rt(struct bcm2048_device *bdev)
crc = bcm2048_rds_block_crc(bdev, i);
if (crc == BCM2048_RDS_CRC_UNRECOVARABLE)
continue;
/* Syncronize to a good RDS PI */
/* Synchronize to a good RDS PI */
if (((bdev->rds_info.radio_text[i + 1] << 8) +
bdev->rds_info.radio_text[i + 2]) ==
bdev->rds_info.rds_pi)
......@@ -1732,7 +1732,7 @@ static void bcm2048_parse_rds_ps(struct bcm2048_device *bdev)
crc = bcm2048_rds_block_crc(bdev, i);
if (crc == BCM2048_RDS_CRC_UNRECOVARABLE)
continue;
/* Syncronize to a good RDS PI */
/* Synchronize to a good RDS PI */
if (((bdev->rds_info.radio_text[i + 1] << 8) +
bdev->rds_info.radio_text[i + 2]) ==
bdev->rds_info.rds_pi)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment