mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
Whitespace tweak.
MFC after: 3 days
This commit is contained in:
parent
938448cd87
commit
60efbc9991
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204498
@ -167,7 +167,7 @@ struct sysctl_netisr_work {
|
||||
* can rebalance work.
|
||||
*/
|
||||
struct mbuf;
|
||||
typedef void netisr_handler_t (struct mbuf *m);
|
||||
typedef void netisr_handler_t(struct mbuf *m);
|
||||
typedef struct mbuf *netisr_m2cpuid_t(struct mbuf *m, uintptr_t source,
|
||||
u_int *cpuid);
|
||||
typedef struct mbuf *netisr_m2flow_t(struct mbuf *m, uintptr_t source);
|
||||
|
Loading…
Reference in New Issue
Block a user