projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aa1b54
)
[NETFILTER]: Spelling fixes
author
Joe Perches
<
[email protected]
>
Thu, 20 Dec 2007 22:04:24 +0000
(14:04 -0800)
committer
David S. Miller
<
[email protected]
>
Thu, 20 Dec 2007 22:04:24 +0000
(14:04 -0800)
Signed-off-by: Joe Perches <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/netfilter/nf_conntrack_sip.c
patch
|
blob
|
history
diff --git
a/net/netfilter/nf_conntrack_sip.c
b/net/netfilter/nf_conntrack_sip.c
index 8f8b5a48df386ed65065e3f40ef88893a573c747..515abffc4a09807d3a06a4097eb826458e45c57f 100644
(file)
--- a/
net/netfilter/nf_conntrack_sip.c
+++ b/
net/netfilter/nf_conntrack_sip.c
@@
-187,7
+187,7
@@
static const struct sip_header_nfo ct_sip_hdrs[] = {
}
};
-/* get line leng
ht
until first CR or LF seen. */
+/* get line leng
th
until first CR or LF seen. */
int ct_sip_lnlen(const char *line, const char *limit)
{
const char *k = line;
@@
-236,7
+236,7
@@
static int digits_len(struct nf_conn *ct, const char *dptr,
return len;
}
-/* get digits leng
ht, ski
ping blank spaces. */
+/* get digits leng
th, skip
ping blank spaces. */
static int skp_digits_len(struct nf_conn *ct, const char *dptr,
const char *limit, int *shift)
{