Add spaces required after the close parenthesis '}'.
Add spaces required after that ','.
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
        u8 address;
        u8 control;
        __be16 protocol;
-}__packed;
+} __packed;
 
 struct cisco_packet {
        __be32 type;            /* code */
        __be32 par2;
        __be16 rel;             /* reliability */
        __be32 time;
-}__packed;
+} __packed;
 #define        CISCO_PACKET_LEN        18
 #define        CISCO_BIG_PACKET_LEN    20
 
                    new_settings.timeout < 2)
                        return -EINVAL;
 
-               result = hdlc->attach(dev, ENCODING_NRZ,PARITY_CRC16_PR1_CCITT);
+               result = hdlc->attach(dev, ENCODING_NRZ,
+                                     PARITY_CRC16_PR1_CCITT);
                if (result)
                        return result;