]> Git Repo - linux.git/blobdiff - Documentation/networking/mctp.rst
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
[linux.git] / Documentation / networking / mctp.rst
index 2c54b029f9903795df0d4c6bcc52761753130f32..46f74bffce0f4aa56eb255c61ba9777f4fce6abf 100644 (file)
@@ -59,11 +59,11 @@ specified with a ``sockaddr`` type, with a single-byte endpoint address:
     };
 
     struct sockaddr_mctp {
-            unsigned short int smctp_family;
-            int                        smctp_network;
-            struct mctp_addr   smctp_addr;
-            __u8               smctp_type;
-            __u8               smctp_tag;
+            __kernel_sa_family_t smctp_family;
+            unsigned int         smctp_network;
+            struct mctp_addr     smctp_addr;
+            __u8                 smctp_type;
+            __u8                 smctp_tag;
     };
 
     #define MCTP_NET_ANY       0x0
This page took 0.03336 seconds and 4 git commands to generate.