Skip to content

Commit f00cd72

Browse files
Hakon-Buggevijay-suman
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]> Orabug: 33590097 UEK6 => UEK7 (cherry picked from commit af15390) cherry-pick-repo=UEK/production/linux-uek.git Signed-off-by: Gerd Rausch <[email protected]> Reviewed-by: William Kucharski <[email protected]> Orabug: 33590087 UEK7 => LUCI (cherry picked from commit 0cc1f32) cherry-pick-repo=UEK/production/linux-uek.git Signed-off-by: Gerd Rausch <[email protected]> Reviewed-by: William Kucharski <[email protected]>
1 parent 44d1987 commit f00cd72

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)