Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 534bc027 authored by The Android Open Source Project's avatar The Android Open Source Project Committed by Android Git Automerger
Browse files

am 869cc685: merge from open-source master

Merge commit '869cc685'

* commit '869cc685':
  fix insmod reading more than one module parameter
parents 5687abe6 869cc685
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -77,7 +77,6 @@ int insmod_main(int argc, char **argv)
			memcpy(ptr, argv[i], len);
			ptr += len;
			*ptr++ = ' ';
			*ptr++ = '\0';
		}
		*(ptr - 1) = '\0';
	}