Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75141
b: refs/heads/master
c: c823817
h: refs/heads/master
i:
  75139: 8712e3a
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Dec 20, 2007
1 parent a962e5b commit 49eef7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7aa1b54b74d813e01c46a5344c52f06037a95da0
refs/heads/master: c82381775062cd8d55579959e1fd710f0e607985
4 changes: 2 additions & 2 deletions trunk/net/netfilter/nf_conntrack_sip.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ static const struct sip_header_nfo ct_sip_hdrs[] = {
}
};

/* get line lenght until first CR or LF seen. */
/* get line length until first CR or LF seen. */
int ct_sip_lnlen(const char *line, const char *limit)
{
const char *k = line;
Expand Down Expand Up @@ -236,7 +236,7 @@ static int digits_len(struct nf_conn *ct, const char *dptr,
return len;
}

/* get digits lenght, skiping blank spaces. */
/* get digits length, skipping blank spaces. */
static int skp_digits_len(struct nf_conn *ct, const char *dptr,
const char *limit, int *shift)
{
Expand Down

0 comments on commit 49eef7d

Please sign in to comment.