kfdtest: Consolidate indentation of multi-line function calls
Make indentation consistent, which is that subsequent lines are aligned
with the variables declared above
Change-Id: I590f7768d93565145b986ad1fb6ac8e82f9c0d58
[ROCm/ROCR-Runtime commit: cb019f00cd]
Cette révision appartient à :
@@ -462,7 +462,7 @@ CMA_TEST_STATUS KFDCMAArray::recvCMAArray(int readPipe) {
|
||||
|
||||
|
||||
CMA_TEST_STATUS KFDIPCTest::CrossMemoryAttachChildProcess(int defaultGPUNode, int writePipe,
|
||||
int readPipe, CMA_TEST_TYPE testType) {
|
||||
int readPipe, CMA_TEST_TYPE testType) {
|
||||
KFDCMAArray cmaLocalArray;
|
||||
char msg[16];
|
||||
int testNo;
|
||||
@@ -516,8 +516,8 @@ CMA_TEST_STATUS KFDIPCTest::CrossMemoryAttachChildProcess(int defaultGPUNode, in
|
||||
|
||||
|
||||
CMA_TEST_STATUS KFDIPCTest::CrossMemoryAttachParentProcess(int defaultGPUNode, pid_t cid,
|
||||
int writePipe, int readPipe,
|
||||
CMA_TEST_TYPE testType) {
|
||||
int writePipe, int readPipe,
|
||||
CMA_TEST_TYPE testType) {
|
||||
KFDCMAArray cmaLocalArray, cmaRemoteArray;
|
||||
HSAuint64 copied = 0;
|
||||
int testNo;
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur