Explorar el Código

fix(action): correct indentation in sed command for task_mmu.c modifications

TheWildJames hace 4 meses
padre
commit
e321dd0bc2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/actions/susfs/action.yml

+ 1 - 1
.github/actions/susfs/action.yml

@@ -166,7 +166,7 @@ runs:
           /int ret.*= 0, copied.*= 0;/!d
           a\
                 unsigned int nr_subpages = __PAGE_SIZE / PAGE_SIZE;\
-                pagemap_entry_t *res = NULL;
+          			pagemap_entry_t *res = NULL;
           }' fs/proc/task_mmu.c
         fi
         cat fs/proc/task_mmu.c