lkml.org 
[lkml]   [2021]   [Jun]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] net/atm/common.c fix a spelling mistake
Date
From: gushengxian <gushengxian@yulong.com>

iff should be changed to if.

Signed-off-by: gushengxian <gushengxian@yulong.com>
---
net/atm/common.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/atm/common.c b/net/atm/common.c
index 1cfa9bf1d187..55e92982a484 100644
--- a/net/atm/common.c
+++ b/net/atm/common.c
@@ -328,7 +328,7 @@ static int check_ci(const struct atm_vcc *vcc, short vpi, int vci)
return -EADDRINUSE;
}

- /* allow VCCs with same VPI/VCI iff they don't collide on
+ /* allow VCCs with same VPI/VCI if they don't collide on
TX/RX (but we may refuse such sharing for other reasons,
e.g. if protocol requires to have both channels) */

--
2.25.1
\
 
 \ /
  Last update: 2021-06-07 08:39    [W:3.071 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site