[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.

Excluded: 3rd-party code (incl. wine) and most of the win32ss.
This commit is contained in:
Hermès Bélusca-Maïto 2021-09-13 03:33:14 +02:00
parent bbabe2489e
commit 9393fc320e
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
701 changed files with 14685 additions and 14693 deletions

View file

@ -1,7 +1,7 @@
This is VFAT driver release 0.0.5
To install :
extract files
extract files
delete all object files (*.o) in all subdirectories
(because include file include/ddk/iotypes.h is modified and is used by many files)
recompile reactos

View file

@ -54,7 +54,7 @@ fonctions strictement internes dans iface.c :
void WriteCluster(PDEVICE_EXTENSION DeviceExt, ULONG ClusterToWrite,
ULONG NewValue)
ULONG GetNextWriteCluster(PDEVICE_EXTENSION DeviceExt, ULONG CurrentCluster)
unsigned long ClusterToSector(PDEVICE_EXTENSION DeviceExt,
unsigned long ClusterToSector(PDEVICE_EXTENSION DeviceExt,
unsigned long Cluster)
void RtlAnsiToUnicode(PWSTR Dest, PCH Source, ULONG Length)
void vfat_initstr(wchar_t *wstr, ULONG wsize)
@ -76,7 +76,7 @@ fonctions strictement internes dans iface.c :
renvoie STATUS_UNSUCCESSFUL sinon.
NTSTATUS FsdCloseFile(PDEVICE_EXTENSION DeviceExt, PFILE_OBJECT FileObject)
ne fait rien, renvoie STATUS_SUCCESS.
NTSTATUS FsdOpenFile(PDEVICE_EXTENSION DeviceExt, PFILE_OBJECT FileObject,
NTSTATUS FsdOpenFile(PDEVICE_EXTENSION DeviceExt, PFILE_OBJECT FileObject,
PWSTR FileName)
parcourt l'arborescence pour trouver le fichier(appelle FindFile à chaque niveau)
si trouvé : FileObject->FsContext = Fcb du fichier, renvoie STATUS_SUCCESS
@ -94,4 +94,4 @@ fonctions strictement internes dans iface.c :
NTSTATUS FsdMount(PDEVICE_OBJECT DeviceToMount)
NTSTATUS FsdGetStandardInformation(PFCB FCB, PDEVICE_OBJECT DeviceObject,
PFILE_STANDARD_INFORMATION StandardInfo);