We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230583c commit 5a59a3aCopy full SHA for 5a59a3a
drivers/net/ppp/ppp_generic.c
@@ -120,7 +120,7 @@ struct ppp {
120
int n_channels; /* how many channels are attached 54 */
121
spinlock_t rlock; /* lock for receive side 58 */
122
spinlock_t wlock; /* lock for transmit side 5c */
123
- int *xmit_recursion __percpu; /* xmit recursion detect */
+ int __percpu *xmit_recursion; /* xmit recursion detect */
124
int mru; /* max receive unit 60 */
125
unsigned int flags; /* control bits 64 */
126
unsigned int xstate; /* transmit state bits 68 */
0 commit comments