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

Commit e3f6a6e1 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Code Review
Browse files

Merge "fix insmod reading more than one module parameter"

parents 097b7df6 918fb893
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';
	}