Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286513
b: refs/heads/master
c: 90c161b
h: refs/heads/master
i:
  286511: cd29799
v: v3
  • Loading branch information
Sebastian Andrzej Siewior authored and Nicholas Bellinger committed Dec 14, 2011
1 parent 50d0f9e commit 486f06d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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: 1880807adb21d741f08b747956c90bf4a6f95fbf
refs/heads/master: 90c161b643d9531d271110876a14e68b49172d8a
2 changes: 1 addition & 1 deletion trunk/drivers/target/target_core_configfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ static ssize_t target_core_dev_pr_store_attr_res_aptpl_metadata(
return -ENOMEM;

orig = opts;
while ((ptr = strsep(&opts, ",")) != NULL) {
while ((ptr = strsep(&opts, ",\n")) != NULL) {
if (!*ptr)
continue;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/target/target_core_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ static ssize_t fd_set_configfs_dev_params(

orig = opts;

while ((ptr = strsep(&opts, ",")) != NULL) {
while ((ptr = strsep(&opts, ",\n")) != NULL) {
if (!*ptr)
continue;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/target/target_core_iblock.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ static ssize_t iblock_set_configfs_dev_params(struct se_hba *hba,

orig = opts;

while ((ptr = strsep(&opts, ",")) != NULL) {
while ((ptr = strsep(&opts, ",\n")) != NULL) {
if (!*ptr)
continue;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/target/target_core_pscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ static ssize_t pscsi_set_configfs_dev_params(struct se_hba *hba,

orig = opts;

while ((ptr = strsep(&opts, ",")) != NULL) {
while ((ptr = strsep(&opts, ",\n")) != NULL) {
if (!*ptr)
continue;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/target/target_core_rd.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ static ssize_t rd_set_configfs_dev_params(

orig = opts;

while ((ptr = strsep(&opts, ",")) != NULL) {
while ((ptr = strsep(&opts, ",\n")) != NULL) {
if (!*ptr)
continue;

Expand Down

0 comments on commit 486f06d

Please sign in to comment.