Searched hist:f356b08205f6668248960093faf9326c7852a38d (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | pata_sch.c | diff f356b08205f6668248960093faf9326c7852a38d Fri Jun 09 06:45:08 CDT 2017 Bhumika Goyal <bhumirks@gmail.com> ata: declare ata_port_info structures as const
ata_port_info structures are either copied to other objects or their references are stored in objects of type const. So, ata_port_info structures having similar usage pattern can be made const.
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
|
H A D | pata_rdc.c | diff f356b08205f6668248960093faf9326c7852a38d Fri Jun 09 06:45:08 CDT 2017 Bhumika Goyal <bhumirks@gmail.com> ata: declare ata_port_info structures as const
ata_port_info structures are either copied to other objects or their references are stored in objects of type const. So, ata_port_info structures having similar usage pattern can be made const.
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
|
H A D | sata_via.c | diff f356b08205f6668248960093faf9326c7852a38d Fri Jun 09 06:45:08 CDT 2017 Bhumika Goyal <bhumirks@gmail.com> ata: declare ata_port_info structures as const
ata_port_info structures are either copied to other objects or their references are stored in objects of type const. So, ata_port_info structures having similar usage pattern can be made const.
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
|
H A D | sata_inic162x.c | diff f356b08205f6668248960093faf9326c7852a38d Fri Jun 09 06:45:08 CDT 2017 Bhumika Goyal <bhumirks@gmail.com> ata: declare ata_port_info structures as const
ata_port_info structures are either copied to other objects or their references are stored in objects of type const. So, ata_port_info structures having similar usage pattern can be made const.
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
|