Re: [PATCH 0/3] Fix get_user and put_user pointer issue

2018-08-21 Thread Greentime Hu
Zong Li 於 2018年8月13日 週一 下午5:27寫道: > > These patches fix the issue of expand macro with pointer argument, > clean up the coding style and refactor the macro by extracting the > checking and getting pointer to another macro definition. > > > Zong Li (3): > nds32: Fix get_user/put_user macro expand

[PATCH 0/3] Fix get_user and put_user pointer issue

2018-08-13 Thread Zong Li
These patches fix the issue of expand macro with pointer argument, clean up the coding style and refactor the macro by extracting the checking and getting pointer to another macro definition. Zong Li (3): nds32: Fix get_user/put_user macro expand pointer problem nds32: Clean up the coding sty