Unify req naming convention (rq -> req)
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#ifndef ENGINE_FAST_H_
|
||||
#define ENGINE_FAST_H_
|
||||
|
||||
int ocf_read_fast(struct ocf_request *rq);
|
||||
int ocf_write_fast(struct ocf_request *rq);
|
||||
int ocf_read_fast(struct ocf_request *req);
|
||||
int ocf_write_fast(struct ocf_request *req);
|
||||
|
||||
#endif /* ENGINE_WI_H_ */
|
||||
|
Reference in New Issue
Block a user