Loading include/linux/wimax/debug.h +2 −2 Original line number Diff line number Diff line Loading @@ -184,8 +184,8 @@ do { \ /* * CPP sintatic sugar to generate A_B like symbol names when one of * the arguments is a a preprocessor #define. * CPP syntactic sugar to generate A_B like symbol names when one of * the arguments is a preprocessor #define. */ #define __D_PASTE__(varname, modulename) varname##_##modulename #define __D_PASTE(varname, modulename) (__D_PASTE__(varname, modulename)) Loading include/net/wimax.h +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ * * USAGE * * Embed a `struct wimax_dev` at the beginning of the the device's * Embed a `struct wimax_dev` at the beginning of the device's * private structure, initialize and register it. For details, see * `struct wimax_dev`s documentation. * Loading Loading
include/linux/wimax/debug.h +2 −2 Original line number Diff line number Diff line Loading @@ -184,8 +184,8 @@ do { \ /* * CPP sintatic sugar to generate A_B like symbol names when one of * the arguments is a a preprocessor #define. * CPP syntactic sugar to generate A_B like symbol names when one of * the arguments is a preprocessor #define. */ #define __D_PASTE__(varname, modulename) varname##_##modulename #define __D_PASTE(varname, modulename) (__D_PASTE__(varname, modulename)) Loading
include/net/wimax.h +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ * * USAGE * * Embed a `struct wimax_dev` at the beginning of the the device's * Embed a `struct wimax_dev` at the beginning of the device's * private structure, initialize and register it. For details, see * `struct wimax_dev`s documentation. * Loading