staging: media: bcm2048: fix mispelling
This patch fixes the checkpatch issue: CHECK: 'Syncronize' may be misspelled - perhaps 'Synchronize'? Signed-off-by: Amarjargal Gundjalam <amarjargal.gundjalam@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cf2f34089f
commit
3066bc0587
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue