Skip to content

Commit af15390

Browse files
Hakon-Buggegerd-rausch
authored andcommitted
net: rds: Fix blank at eol in af_rds.c
Orabug: 28720018 Signed-off-by: Håkon Bugge <[email protected]> Reviewed-by: Darren Kenny <[email protected]>
1 parent 68be6b7 commit af15390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/rds/af_rds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ static void rds_qos_threshold_init(void)
11281128
tok = str;
11291129
while (tok) {
11301130
char *qos_str, *threshold_str;
1131-
1131+
11321132
qos_str = tok;
11331133
threshold_str = strchr(tok, ':');
11341134
if (threshold_str) {

0 commit comments

Comments
 (0)