Re: [PATCH 6/6] arch_ptrace() cleanup

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



All these patches looks really great to me from the ptrace perspective.

While you're at cleaning up arch_ptrace it might be worth to convert
this odd indentation

>  	switch (request) {
>  	      case PTRACE_PEEKTEXT:
>  	      case PTRACE_PEEKDATA:

into the normal

	switch (request) {
	case PTRACE_PEEKTEXT:
	case PTRACE_PEEKDATA:

-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel]     [Sparc Linux]     [DCCP]     [Linux ARM]     [Yosemite News]     [Linux SCSI]     [Linux x86_64]     [Linux for Ham Radio]

  Powered by Linux