Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ptp: ptp_clockmatrix: Remove redundant semicolons

Remove unnecessary semicolons.

Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
Link: https://patch.msgid.link/20250813095024.559085-1-liaoyuanhong@vivo.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Liao Yuanhong and committed by
Jakub Kicinski
4b6dc4c8 9b96c60d

+1 -1
+1 -1
drivers/ptp/ptp_clockmatrix.c
··· 1161 1161 SET_U16_MSB(idtcm->channel[3].output_mask, val); 1162 1162 break; 1163 1163 default: 1164 - err = -EFAULT; /* Bad address */; 1164 + err = -EFAULT; /* Bad address */ 1165 1165 break; 1166 1166 } 1167 1167