summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iscsid
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2014-11-22 17:50:14 +0000
committertrasz <trasz@FreeBSD.org>2014-11-22 17:50:14 +0000
commit38906efd97180afd70fe77b5667a01b821c77e25 (patch)
treeba49cff09f2ce7dd8c6e27c01b9fa95cd52cfc11 /usr.sbin/iscsid
parente89f2b0aad809b6bfc54566a8cf353fc66524333 (diff)
downloadFreeBSD-src-38906efd97180afd70fe77b5667a01b821c77e25.zip
FreeBSD-src-38906efd97180afd70fe77b5667a01b821c77e25.tar.gz
MFC r273464:
Whitespace fixes. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/iscsid')
-rw-r--r--usr.sbin/iscsid/keys.c2
-rw-r--r--usr.sbin/iscsid/login.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/iscsid/keys.c b/usr.sbin/iscsid/keys.c
index abf746a..bab1ac9 100644
--- a/usr.sbin/iscsid/keys.c
+++ b/usr.sbin/iscsid/keys.c
@@ -117,7 +117,7 @@ keys_save(struct keys *keys, struct pdu *pdu)
for (i = 0; i < KEYS_MAX; i++) {
if (keys->keys_names[i] == NULL)
break;
- /*
+ /*
* +1 for '=', +1 for '\0'.
*/
len += strlen(keys->keys_names[i]) +
diff --git a/usr.sbin/iscsid/login.c b/usr.sbin/iscsid/login.c
index ca0b113..47f2276 100644
--- a/usr.sbin/iscsid/login.c
+++ b/usr.sbin/iscsid/login.c
@@ -182,7 +182,7 @@ kernel_modify(const struct connection *conn, const char *target_address)
* be much more complicated: we would need to keep "dependencies"
* for sessions, so that, in case described in draft and using draft
* terminology, we would have three sessions: one for discovery,
- * one for initial target portal, and one for redirect portal.
+ * one for initial target portal, and one for redirect portal.
* This would allow us to "backtrack" on connection failure,
* as described in draft.
*/
@@ -755,8 +755,8 @@ login(struct connection *conn)
* to parse things such as TargetAlias.
*
* XXX: This is somewhat ugly. We should have a way to apply
- * all the keys to the session and use that by default
- * instead of discarding them.
+ * all the keys to the session and use that by default
+ * instead of discarding them.
*/
if (strcmp(response_keys->keys_names[i], "AuthMethod") == 0)
continue;
OpenPOWER on IntegriCloud