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 b5f23bf commit f7ecef7Copy full SHA for f7ecef7
drivers/staging/rtl8723bs/include/rtw_security.h
@@ -50,14 +50,14 @@ union pn48 {
50
#ifdef __LITTLE_ENDIAN
51
52
struct {
53
- u8 TSC0;
54
- u8 TSC1;
55
- u8 TSC2;
56
- u8 TSC3;
57
- u8 TSC4;
58
- u8 TSC5;
59
- u8 TSC6;
60
- u8 TSC7;
+ u8 TSC0;
+ u8 TSC1;
+ u8 TSC2;
+ u8 TSC3;
+ u8 TSC4;
+ u8 TSC5;
+ u8 TSC6;
+ u8 TSC7;
61
} _byte_;
62
#else
63
0 commit comments