... | ... | ||
---|---|---|---|
7 | 7 | ||
8 | This change causes the struct field to change size from a 32bit to | 8 | This change causes the struct field to change size from a 32bit to |
9 | an 8bit. However, the change is safe to make because the sta_info | 9 | an 8bit. However, the change is safe to make because the sta_info |
10 | struct is not read from the hardware. | 10 | struct is not read from the hardware. |
11 | 11 | ||
12 | reported by Coccinelle: | 12 | Reported by Coccinelle. |
13 | 13 | ||
14 | Signed-off-by: Abraham Samuel Adekunle <abrahamadekunle50@gmail.com> | 14 | Signed-off-by: Abraham Samuel Adekunle <abrahamadekunle50@gmail.com> |
15 | --- | 15 | --- |
16 | Changes in v5: | ||
17 | - Added "PATCH" omitted in v4 to Subject title as observed by Greg. | ||
16 | Changes in v4: | 18 | Changes in v4: |
17 | - Added information about changing size of struct field in commit | 19 | - Added information about chnaging size of struct field in commit. |
18 | message and why it is safe to do so as suggested by Julia Lawall | 20 | message and why it is safe to do so as suggested by Julia Lawall. |
19 | Changes in v3: | 21 | Changes in v3: |
20 | - Added more patch recipients | 22 | - Added more patch recipients. |
21 | Changes in v2: | 23 | Changes in v2: |
22 | - Improved commit message based on suggestion from Julia Lawall | 24 | - Improved commit message based on suggestion from Julia Lawall |
23 | - Clarity was provided to Greg kroah-Hartman by Dan Carpenter on why | 25 | - Clarity was provided to Greg Kroah-Hartman by Dan Carpenter on why |
24 | it is safe to make the change to the struct field. | 26 | it is safe to make the change to the struct field. |
25 | 27 | ||
26 | drivers/staging/rtl8723bs/core/rtw_ap.c | 2 +- | 28 | drivers/staging/rtl8723bs/core/rtw_ap.c | 2 +- |
27 | drivers/staging/rtl8723bs/include/sta_info.h | 2 +- | 29 | drivers/staging/rtl8723bs/include/sta_info.h | 2 +- |
28 | 2 files changed, 2 insertions(+), 2 deletions(-) | 30 | 2 files changed, 2 insertions(+), 2 deletions(-) |
... | ... | diff view generated by jsdifflib |