am 869cc685: merge from open-source master

Merge commit '869cc685b171c5c0c1efbad5df693cfaebe0af43'

* commit '869cc685b171c5c0c1efbad5df693cfaebe0af43':
  fix insmod reading more than one module parameter
This commit is contained in:
The Android Open Source Project 2010-07-16 13:30:54 -07:00 committed by Android Git Automerger
commit 534bc027a2
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ int insmod_main(int argc, char **argv)
memcpy(ptr, argv[i], len);
ptr += len;
*ptr++ = ' ';
*ptr++ = '\0';
}
*(ptr - 1) = '\0';
}