[CIFS] fix typo

2007-10-19 Thread Linux Kernel Mailing List
Gitweb: 
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d628ddb62d3050e8e474aa3566bc6bafbe4b9c26
Commit: d628ddb62d3050e8e474aa3566bc6bafbe4b9c26
Parent: a750e77c21d75abd26fbbde2e104fd406566b6e5
Author: Steve French [EMAIL PROTECTED]
AuthorDate: Wed Oct 17 23:06:07 2007 +
Committer:  Steve French [EMAIL PROTECTED]
CommitDate: Wed Oct 17 23:06:07 2007 +

[CIFS] fix typo

Signed-off-by: Steve French [EMAIL PROTECTED]
---
 fs/cifs/cifsacl.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/cifs/cifsacl.c b/fs/cifs/cifsacl.c
index ecd6da9..e8e5635 100644
--- a/fs/cifs/cifsacl.c
+++ b/fs/cifs/cifsacl.c
@@ -182,7 +182,7 @@ static void parse_ntace(struct cifs_ntace *pntace, char 
*end_of_acl)
 
 
 static void parse_dacl(struct cifs_acl *pdacl, char *end_of_acl,
-  struct cifs_sid *pownersid, struct cifs_sid pgrpsid)
+  struct cifs_sid *pownersid, struct cifs_sid *pgrpsid)
 {
int i;
int num_aces = 0;
-
To unsubscribe from this list: send the line unsubscribe git-commits-head in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[CIFS] fix typo in previous commit

2007-10-19 Thread Linux Kernel Mailing List
Gitweb: 
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2224f4e5d5317552d48ce9059761148b1516ba5d
Commit: 2224f4e5d5317552d48ce9059761148b1516ba5d
Parent: 1e71f25d14d70f2bf607b40ab6d7e18daca57f36
Author: Steve French [EMAIL PROTECTED]
AuthorDate: Thu Sep 20 15:37:29 2007 +
Committer:  Steve French [EMAIL PROTECTED]
CommitDate: Thu Sep 20 15:37:29 2007 +

[CIFS] fix typo in previous commit

Signed-off-by: Steve French [EMAIL PROTECTED]
---
 fs/cifs/connect.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c
index 73ed9fc..5c3cc64 100644
--- a/fs/cifs/connect.c
+++ b/fs/cifs/connect.c
@@ -1750,7 +1750,7 @@ void reset_cifs_unix_caps(int xid, struct cifsTconInfo 
*tcon,
   mounting with the Unix Extensions\n
   disabled, if problems are found, 
   by specifying the nounix mount 
-  option.);
+  option.));
 
}
}
-
To unsubscribe from this list: send the line unsubscribe git-commits-head in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[CIFS] Fix typo in cifs readme from previous commit

2007-05-05 Thread Linux Kernel Mailing List
Gitweb: 
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0ec54aa8af5e6faa346aa55a1ad15ee6c25bb42d
Commit: 0ec54aa8af5e6faa346aa55a1ad15ee6c25bb42d
Parent: 8426c39c1289765a11fc9b9523212ed368ceebd8
Author: Steve French [EMAIL PROTECTED]
AuthorDate: Sat May 5 22:08:06 2007 +
Committer:  Steve French [EMAIL PROTECTED]
CommitDate: Sat May 5 22:08:06 2007 +

[CIFS] Fix typo in cifs readme from previous commit

Signed-off-by: Steve French [EMAIL PROTECTED]
---
 fs/cifs/README |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/cifs/README b/fs/cifs/README
index 80fcfb8..4d01697 100644
--- a/fs/cifs/README
+++ b/fs/cifs/README
@@ -533,8 +533,8 @@ cifsFYI If set to non-zero value, 
additional debug information
 
log cifs informational messages 0x01
log return codes from cifs entry points 0x02
-   log slow responses (ie which take longer than one 
second)
- CONFIG_CIFS_STATS2 must be enabled in .config 0x03
+   log slow responses (ie which take longer than 1 second)
+ CONFIG_CIFS_STATS2 must be enabled in .config 0x04


 traceSMB   If set to one, debug information is logged to the
-
To unsubscribe from this list: send the line unsubscribe git-commits-head in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html